ChartPoint.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property determines whether the chart data series point 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:

Example

The example of use is given on the Example of Creating a Stacked Histogram page.

See also:

ChartPoint