DrawingPolygon CLASS
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 1:34 PM
Constructor for a Polygon tool SYNTAX public DrawingPolygon (TimePrice[] points,int windowIndex) PARAMETERS points — TimePrice[] windowInde...
Sat, May 12, 2018 at 1:35 PM
returns point coordinates in a chart measure format - time(X) price(Y) SYNTAX public TimePrice GetPoint (int pointIndex) PARAMETERS pointInde...
Sat, May 12, 2018 at 1:36 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:37 PM