Series Methods
A data series in a chart.| Name | Description |
|---|---|
| BringForward() | Moves the series up one in the chart view plot order. |
| BringToFront() | Moves the series before other series in the chart view. |
| ChangeType(ChartType) | Changes the chart type used to plot the series. |
| Delete() | Deletes the series. |
| ResetToMatchStyle() | Removes custom formatting of the chart element and applies default formatting based on the chart style. Inherited from ShapeFormat. |
| SendBackward() | Moves the series down one in the chart view plot order. |
| SendToBack() | Moves the series behind all other series in the chart view. |
See Also