Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Series Methods
Show Inherited Hide Inherited

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