DrawingGannFan CLASS
Defines drawing as mirror representation SYNTAX public bool ActivateMirrorView { get; set; }
Sat, May 12, 2018 at 9:15 AM
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 9:17 AM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 9:18 AM
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 9:19 AM
Sets/Gets a label background color SYNTAX public Color LabelBackgroundColor { get; set; }
Sat, May 12, 2018 at 9:20 AM
Sets/Gets a label font SYNTAX public Font LabelFont { get; set; }
Sat, May 12, 2018 at 9:21 AM
Sets/Gets a label color SYNTAX public Color LabelTextColor { get; set; }
Sat, May 12, 2018 at 9:22 AM
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 9:23 AM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 9:25 AM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 9:26 AM