DrawHorizontalGridLines
<< Click to Display Table of Contents >> DrawHorizontalGridLines |
Plots horizontal grid lines on the indicator panel.
Note: The indicator panel's parent chart has a similar option 'Grid line - horizontal which if Visible property set to false, will override the indicator's local setting if true. |
This property returns true if horizontal grid lines are plotted on the indicator panel; otherwise, false. Default set to true.
Warning: This property should ONLY be set from the OnStateChange() method during State.SetDefaults or State.Configure |
DrawHorizontalGridLines
protected override void OnStateChange() |