HideShowBehavior property: Chart class

Description

Use this property to specify an Integer value that indicates whether the user can toggle the series legend entries to hide or show the corresponding data points for that series.

The following lists all the values you can specify. You can use either the numeric or constant value.

Numeric Value Constant Value Description

0

%ChartHideShow_None

Toggling of the series legend entries is disabled.

Note: %ChartHideShow_None is the default value.

1

%ChartHideShow_NoRescale

If the chart displays a legend, the user can toggle the series legend entries to hide or show the corresponding data points for that series and the y-axis will not be rescaled.

2

%ChartHideShow_Rescale

If the chart displays a legend, the user can toggle the series legend entries to hide or show the corresponding data points for that series and the y-axis will be rescaled as necessary.

This property is read/write.