IsVisible
<< Click to Display Table of Contents >> IsVisible |
Indicates if the chart scale is viewable on the UI. If the bar series, indicator, or strategy which uses the chart scale is not in view, the chart scale IsVisible property will return false.
A bool value, which when true the series used to build the scale is viewable; otherwise false. This property is read-only.
<chartScale>.IsVisible
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |