Returns or sets a value that indicates whether a series is selected when a user clicks on an individual chart data point.
Syntax
object.AllowSeriesSelection [ = boolean]
The AllowSeriesSelection property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that specifies whether series are selected, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) Users can select a series by clicking a data point. |
False | Clicking a data point selects only that data point, not the entire series. |