DrawingCircle CLASS
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 11:07 AM
Constructor for a Circle tool SYNTAX public DrawingCircle (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS point1 — TimePrice ...
Wed, May 9, 2018 at 11:14 AM
returns point coordinates in a chart measure format - time(X) price(Y) SYNTAX public TimePrice GetPoint (int pointIndex) PARAMETERS pointIndex ...
Wed, May 9, 2018 at 11:19 AM
sets drawing's point coordinates in a chart measure format - time(X) price(Y) SYNTAX public void SetPoint (int pointIndex,TimePrice newPoint) ...
Wed, May 9, 2018 at 11:22 AM