DrawingMark CLASS
Constructor for a Drawing Mark tool SYNTAX public DrawingMark (TimePrice point,MarkIcons markIcon,int windowIndex) PARAMETERS point — TimePri...
Sat, May 12, 2018 at 1:12 PM
returns point coordinates in a chart measure format - time(X) price(Y) SYNTAX public TimePrice GetPoint (int pointIndex) PARAMETERS pointInd...
Sat, May 12, 2018 at 1:18 PM
sets drawing's point coordinates in a chart measure format - time(X) price(Y) SYNTAX public void SetPoint (int pointIndex,TimePrice newPoint) ...
Sat, May 12, 2018 at 1:18 PM