IsVisible: Boolean;
The IsVisible property determines whether the chart data series point 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 point is visible (default).
false. The chart data series point is hidden.
The example of use is given on the Example of Creating a Stacked Histogram page.
See also: