DrawingFibonacciArc CLASS

ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 1:14 PM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 1:15 PM
FibonacciLevels PROPERTY (FibonacciLevel[])
The array of Fibonacci Levels SYNTAX public FibonacciLevel[] FibonacciLevels { get; set; }
Wed, May 9, 2018 at 1:16 PM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 1:17 PM
LabelBackgroundColor PROPERTY (Color)
Level's label fill color SYNTAX public Color LabelBackgroundColor { get; set; }
Wed, May 9, 2018 at 1:18 PM
LabelFont PROPERTY (Font)
Level's label font SYNTAX public Font LabelFont { get; set; }
Wed, May 9, 2018 at 1:20 PM
LabelTextColor PROPERTY (Color)
Level's label font color SYNTAX public Color LabelTextColor { get; set; }
Wed, May 9, 2018 at 1:21 PM
LineColor PROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 1:24 PM
LineStyle (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 1:31 PM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 1:32 PM