DrawingRectangle CLASS
Drawing background fill color SYNTAX public Color BackgroundColor { get; set; }
Sat, May 12, 2018 at 3:28 PM
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 3:29 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 3:30 PM
Defines drawing background fill SYNTAX public bool DrawBackground { get; set; }
Sat, May 12, 2018 at 3:31 PM
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 3:33 PM
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 3:35 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 3:36 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 3:37 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 3:38 PM
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Sat, May 12, 2018 at 3:39 PM