Returns or sets a value that determines whether a series is included on the chart.
Syntax
object.Excluded [ = boolean]
The Excluded 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 controls whether a series is included on the chart, as described in Settings. |
Settings
The settings for boolean are:
| Setting | Description |
| True | The chart is drawn without including the series. |
| False | (Default) The series is included when the chart is drawn. A series may be included in a chart, but still not display because it is Hidden. |