IsVisible: Boolean;
The IsVisible property determines whether the chart data series is visible.
Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.
Available values:
true. The chart data series is visible (default).
false. The chart data series is not visible.
The setIsVisible method contains the following parameters: value, that indicates whether the chart data series is shown, redraw, that indicates whether the chart needs to be redrawn, and reInit, that indicates whether property value needs to be forced.
Available values for the redraw parameter:
true. The chart should be redrawn.
false. Chart redrawing is not required (default).
Available values of the reInit parameter:
true. New property value should be force set.
false. If the new property value does not differ from the current value, the property value is not force set, and the chart is not redrawn (default).
The example of use is given on the page with description of the ChartCanvasSerie.getPointByPosition method.
See also: