ChartCanvasSerie.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property determines whether the chart data series is visible.

Comments

Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.

Available values:

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:

Available values of the reInit parameter:

Example

The example of use is given on the page with description of the ChartCanvasSerie.getPointByPosition method.

See also:

ChartCanvasSerie