DrawingPPZ CLASS
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 1:46 PM
Quantity of control points SYNTAX public int ControlPoints { get; set; }
Sat, May 12, 2018 at 1:48 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 1:49 PM
Fractal dimension size SYNTAX public int FractalDimension { get; set; }
Sat, May 12, 2018 at 1:50 PM
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 1:51 PM
PPZ label fill color SYNTAX public Color LabelBackgroundColor { get; set; }
Sat, May 12, 2018 at 1:54 PM
PPZ label text color SYNTAX public Color LabelTextColor { get; set; }
Sat, May 12, 2018 at 1:56 PM
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 1:57 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 1:59 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 2:00 PM