DrawingTopBottomPattern CLASS

BottomAreaColor PROPERTY (Color)
Sets/Gets a bottom area color SYNTAX public Color BottomAreaColor { get; set; }
Sat, May 12, 2018 at 6:02 PM
ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 6:03 PM
ControlPoints PROPERTY (int)
Quantity of control points SYNTAX public int ControlPoints { get; set; }
Sat, May 12, 2018 at 6:03 PM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 6:05 PM
FractalDimension PROPERTY (int)
Fractal dimension size SYNTAX public int FractalDimension { get; set; }
Sat, May 12, 2018 at 6:06 PM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 6:06 PM
LabelBackgroundColor PROPERTY (Color)
PPZ label fill color SYNTAX public Color LabelBackgroundColor { get; set; }
Sat, May 12, 2018 at 6:07 PM
LabelTextColor PROPERTY (Color)
PPZ label text color SYNTAX public Color LabelTextColor { get; set; }
Sat, May 12, 2018 at 6:08 PM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 6:09 PM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 6:21 PM