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