DrawingRegressionChannel CLASS

BottomAreaColor PROPERTY (Color)
Sets/Gets a bottom area color SYNTAX public Color BottomAreaColor { get; set; }
Sat, May 12, 2018 at 3:54 PM
BottomLineColor PROPERTY (Color)
Sets/Gets a bottom line color SYNTAX public Color BottomLineColor { get; set; }
Sat, May 12, 2018 at 3:55 PM
BottomLineStyle PROPERTY (DrawingLineStyle)
Sets/Gets a bottom line style SYNTAX public DrawingLineStyle BottomLineStyle { get; set; }
Sat, May 12, 2018 at 3:56 PM
BottomLineWidth PROPERTY (int)
Sets/Gets a bottom line width SYNTAX public int BottomLineWidth { get; set; }
Sat, May 12, 2018 at 3:57 PM
ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 3:59 PM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 4:00 PM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 4:02 PM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 4:02 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 4:03 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 4:04 PM