DrawingFibonacciPhiChannel CLASS

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