DrawingFibonacciExpansion CLASS
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Wed, May 9, 2018 at 3:03 PM
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Wed, May 9, 2018 at 3:04 PM
Gets/Sets data format SYNTAX public DrawingFibonacciDataFormat DataFormat { get; set; }
Wed, May 9, 2018 at 3:19 PM
Allows to extend left SYNTAX public bool ExtendLeft { get; set; }
Wed, May 9, 2018 at 3:19 PM
Allows to extend right SYNTAX public bool ExtendRight { get; set; }
Wed, May 9, 2018 at 3:20 PM
The array of Fibonacci Levels SYNTAX public FibonacciLevel[] FibonacciLevels { get; set; }
Wed, May 9, 2018 at 3:22 PM
Current drawing identificator SYNTAX public string Id { get; }
Wed, May 9, 2018 at 3:23 PM
Level's label fill color SYNTAX public Color LabelBackgroundColor { get; set; }
Wed, May 9, 2018 at 3:24 PM
Level's label font SYNTAX public Font LabelFont { get; set; }
Wed, May 9, 2018 at 3:25 PM
Level's label font color SYNTAX public Color LabelTextColor { get; set; }
Wed, May 9, 2018 at 3:26 PM