DrawingRuler CLASS

SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 5:27 PM
DrawingRuler (TimePrice point1, TimePrice point2, int windowIndex) CONSTRUCTOR
Constructor for a Ruler tool SYNTAX public DrawingRuler (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS point1 — TimePrice p...
Sat, May 12, 2018 at 5:28 PM
GetPoint (int pointIndex) METHOD (Return: TimePrice)
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 5:29 PM
SetPoint (int pointIndex, TimePrice newPoint) METHOD (Return: void)
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 5:30 PM