DrawingVerticalLine CLASS
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 7:42 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 7:43 PM
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 7:44 PM
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 7:45 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 7:48 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 7:49 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 7:50 PM
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Sat, May 12, 2018 at 7:50 PM
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 7:51 PM
Constructor for a vertical line tool SYNTAX public DrawingVerticalLine (TimePrice point,int windowIndex) PARAMETERS point — TimePrice windo...
Sat, May 12, 2018 at 7:52 PM