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

IChartSeries Members

Implements the chart series settings.

#Properties
Show Inherited Hide Inherited

Name Description
Axis Gets the series axis.
BreakOnEmptyPoints Gets whether the series should break on points with null values.
Color Gets the series color.
Data Returns source data that is used to create the series.
Name Specifies the name of the chart series. Inherited from IChartSeriesBase.
Pane Gets the pane that displays the series.
Stack Gets the Stack name to display it in the tooltip.
Visible Specifies whether the chart series is visible. Inherited from IChartSeriesBase.
See Also