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