DrawingLine CLASS
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 12:00 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 12:00 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 12:01 PM
Sets/Gets a ray style SYNTAX public DrawingLineStyle RayStyle { get; set; }
Sat, May 12, 2018 at 12:03 PM
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Sat, May 12, 2018 at 12:05 PM
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 12:06 PM
Constructor for drawing line tool SYNTAX public DrawingLine (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS point1 — TimePrice...
Sat, May 12, 2018 at 12:07 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 12:08 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 12:09 PM