ChartSeries Class
In This Article
Serves as the base class for chart series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public abstract class ChartSeries :
NamedDataItemContainer,
IChartSeriesOptions
#Related API Members
The following members return ChartSeries objects:
#Remarks
The ChartSeries class descendants represent different types of chart series: bar, scatter, line and area plots (SimpleSeries), range (RangeSeries), weighted (WeightedSeries) and financial (HighLowCloseSeries and OpenHighLowCloseSeries) graphs.
Chart series are stored in the ChartPane.Series collection exposed by a pane that displays these series.
#Implements
#Inheritance
See Also