ChartSeries Class
Serves as the base class for chart series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
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.