DrawingEllipse CLASS

BackgroundColor PROPERTY (Color)
Drawing background fill color SYNTAX public Color BackgroundColor { get; set; }
Wed, May 9, 2018 at 11:54 AM
ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 11:56 AM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 12:01 PM
DrawBackground (bool)
Defines drawing background fill SYNTAX public bool DrawBackground { get; set; }
Wed, May 9, 2018 at 12:07 PM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 12:12 PM
LineColor PROPERTY (Color)
Drawing's contour line color. SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 12:14 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 12:16 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 12:17 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 12:18 PM
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 12:20 PM