You are here: Section Rules Reference > Section Rules Summary > DeleteDefaultSeriesData

DeleteDefaultSeriesData

This section level rule removes all unnamed series data from the specified set of series in a chart. If there are no series specified, this rule removes all series for the chart.

This rule is designed for the special circumstance where unnamed series data may have been defined for the chart during composition, but this series data is not used in every production. In other words, the series data is dynamically created as the result of running rules such as the CreateChartSeries or FieldVarsToChartSeries rules.

Syntax

DeleteDefaultSeriesData (Chart,Series,...;

The first semicolon-delimited field contains the rule name. The second semicolon-delimited field should contain one or more comma-delimited items. The first item must always be a chart name. Any successive items must be series names that belong to that chart.

See also