DrawingGartleyButterfly CLASS

LabelTextColor PROPERTY (Color)
Sets/Gets a label color SYNTAX public Color LabelTextColor { get; set; }
Sat, May 12, 2018 at 10:50 AM
LineColorPROPERTY (Color)
Drawing's contour line color SYNTAX public Color LineColor { get; set; }
Sat, May 12, 2018 at 10:50 AM
LineStyle PROPERTY (DrawingLineStyle)
Drawing's contour line style SYNTAX public DrawingLineStyle LineStyle { get; set; }
Sat, May 12, 2018 at 10:52 AM
LineWidth PROPERTY (int)
Drawing's contour line width SYNTAX public int LineWidth { get; set; }
Sat, May 12, 2018 at 10:52 AM
MinBarsCount PROPERTY (int)
Sets/Gets a minimum bars count SYNTAX public int MinBarsCount { get; set; }
Sat, May 12, 2018 at 10:53 AM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 10:54 AM
PriceType PROPERTY (PriceTypeGartleyButterfly)
Sets/Gets a Price Type SYNTAX public PriceTypeGartleyButterfly PriceType { get; set; }
Sat, May 12, 2018 at 10:54 AM
ShowFibonacciLines PROPERTY (bool)
Shows/Hides a Fibonacci lines SYNTAX public bool ShowFibonacciLines { get; set; }
Sat, May 12, 2018 at 10:55 AM
State PROPERTY (DrawingState)
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Sat, May 12, 2018 at 10:56 AM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 10:56 AM