DrawingLine CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 11:45 AM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 11:51 AM
ExtendLeft PROPERTY (bool)
Allows to extend left SYNTAX public bool ExtendLeft { get; set; }
Sat, May 12, 2018 at 11:51 AM
ExtendRight PROPERTY (bool)
Allows to extend right SYNTAX public bool ExtendRight { get; set; }
Sat, May 12, 2018 at 11:53 AM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 11:54 AM
LabelBackgroundColor PROPERTY (Color)
Sets/Gets a label background color SYNTAX public Color LabelBackgroundColor { get; set; }
Sat, May 12, 2018 at 11:55 AM
LabelFont PROPERTY (Font)
Sets/Gets a label font SYNTAX public Font LabelFont { get; set; }
Sat, May 12, 2018 at 11:56 AM
LabelTextColor PROPERTY (Color)
Sets/Gets a label color SYNTAX public Color LabelTextColor { get; set; }
Sat, May 12, 2018 at 11:56 AM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 11:57 AM
LineDataFormat PROPERTY (DrawingLineDataFormat)
Sets/Gets line data format SYNTAX public DrawingLineDataFormat LineDataFormat { get; set; }
Sat, May 12, 2018 at 11:58 AM