DrawingHorizontalLine CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 11:21 AM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 11:22 AM
ExtendLeft PROPERTY (bool)
Allows to extend left SYNTAX public bool ExtendLeft { get; set; }
Sat, May 12, 2018 at 11:25 AM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 11:26 AM
LabelFont PROPERTY (Font)
Sets/Gets a label font SYNTAX public Font LabelFont { get; set; }
Sat, May 12, 2018 at 11:27 AM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 11:28 AM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 11:29 AM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 11:29 AM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 11:30 AM
RayStyle PROPERTY (DrawingLineStyle)
Sets/Gets a ray style SYNTAX public DrawingLineStyle RayStyle { get; set; }
Sat, May 12, 2018 at 11:31 AM