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