ChartSeries Class
Serves as the base class for chart series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
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.
Implements
Inheritance
See Also