Drawing CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sun, May 6, 2018 at 8:34 PM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sun, May 6, 2018 at 8:35 PM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sun, May 6, 2018 at 8:36 PM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sun, May 6, 2018 at 8:37 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sun, May 6, 2018 at 8:41 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sun, May 6, 2018 at 8:42 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart. SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 9:09 AM
State PROPERTY (DrawingState)
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Wed, May 9, 2018 at 9:10 AM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Wed, May 9, 2018 at 9:12 AM
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 pointInde...
Wed, May 9, 2018 at 9:13 AM