DrawingGartleyButterfly CLASS

BearishGartleyColor PROPERTY (Color)
Sets/Gets a bearish color SYNTAX public Color BearishGartleyColor { get; set; }
Sat, May 12, 2018 at 10:41 AM
BullishGartleyColor PROPERTY (Color)
Sets/Gets a bullish color SYNTAX public Color BullishGartleyColor { get; set; }
Sat, May 12, 2018 at 10:42 AM
ChartId PROPERTY (string)
Chart Id in which was created given drawing SYNTAX public string ChartId { get; }
Sat, May 12, 2018 at 10:43 AM
CreationMode PROPERTY (CreationMode)
Drawing creation mode - manually or from code/script SYNTAX public CreationMode CreationMode { get; }
Sat, May 12, 2018 at 10:44 AM
FibonacciLineColor PROPERTY (Color)
Sets/Gets a Fibonacci line color SYNTAX public Color FibonacciLineColor { get; set; }
Sat, May 12, 2018 at 10:44 AM
FibonacciLineStyle PROPERTY (DrawingLineStyle)
Sets/Gets a Fibonacci line style SYNTAX public DrawingLineStyle FibonacciLineStyle { get; set; }
Sat, May 12, 2018 at 10:46 AM
FibonacciLineWidth PROPERTY (int)
Sets/Gets a Fibonacci line width SYNTAX public int FibonacciLineWidth { get; set; }
Sat, May 12, 2018 at 10:46 AM
Id PROPERTY (string)
Current drawing identificator SYNTAX public string Id { get; }
Sat, May 12, 2018 at 10:47 AM
LabelBackgroundColor PROPERTY (Color)
Sets/Gets a label background color SYNTAX public Color LabelBackgroundColor { get; set; }
Sat, May 12, 2018 at 10:48 AM
LabelFont PROPERTY (Font)
Sets/Gets a label font SYNTAX public Font LabelFont { get; set; }
Sat, May 12, 2018 at 10:49 AM