DrawingFibonacci CLASS
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 12:40 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 12:42 PM
The array of Fibonacci Levels SYNTAX public FibonacciLevel[] FibonacciLevels { get; set; }
Wed, May 9, 2018 at 12:43 PM
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 12:44 PM
Level's label fill color SYNTAX public Color LabelBackgroundColor { get; set; }
Wed, May 9, 2018 at 12:50 PM
Level's label font SYNTAX public Font LabelFont { get; set; }
Wed, May 9, 2018 at 12:51 PM
Level's label font color SYNTAX public Color LabelTextColor { get; set; }
Wed, May 9, 2018 at 12:54 PM
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Wed, May 9, 2018 at 12:55 PM
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Wed, May 9, 2018 at 12:56 PM
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Wed, May 9, 2018 at 12:58 PM