DrawingPriceChannel CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 2:13 PM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 2:14 PM
ExtendLeft PROPERTY (bool)
Allows to extend left SYNTAX public bool ExtendLeft { get; set; }
Sat, May 12, 2018 at 2:14 PM
ExtendRight PROPERTY (bool)
Allows to extend right SYNTAX public bool ExtendRight { get; set; }
Sat, May 12, 2018 at 2:15 PM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 2:16 PM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 2:17 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 2:18 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 2:19 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 2:19 PM
RayStyle (DrawingLineStyle)
Sets/Gets a ray style SYNTAX public DrawingLineStyle RayStyle { get; set; }
Sat, May 12, 2018 at 2:20 PM