Skip to main content
A newer version of this page is available. .

ChartSeries Class

Serves as the base class for chart series.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public abstract class ChartSeries :
    NamedDataItemContainer,
    IChartSeriesOptions

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.

See Also