DrawingABCPattern CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 9:17 AM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 9:18 AM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 9:19 AM
LabelBackgroundColor PROPERTY (Color)
Sets/Gets a label background color SYNTAX public Color LabelBackgroundColor { get; set; }
Wed, May 9, 2018 at 9:20 AM
LabelFont PROPERTY (Font)
Sets/Gets a label font SYNTAX public Font LabelFont { get; set; }
Wed, May 9, 2018 at 9:21 AM
LabelTextColor PROPERTY (Color)
Sets/Gets a label color SYNTAX public Color LabelTextColor { get; set; }
Wed, May 9, 2018 at 9:21 AM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 9:23 AM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 9:24 AM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 9:28 AM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Wed, May 9, 2018 at 9:29 AM