Visible property



Indicates whether the specified series, plot, or text element is displayed in the chart.

Syntax

Set:     myObject.setVisible = isVisible
Get: isVisible = myObject.getVisible()

Class type

Series, TextElement, and Plot objects.

Data type

boolean. The value is true if the series, plot, or text element is displayed, and false otherwise. The default is true.

See also
showSeries PARAM tag
showFootnote PARAM tag
showLegend PARAM tag
showTitle PARAM tag
showXAxisTitle PARAM tag
showXAxisTitle PARAM tag