Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Series.SeriesType Property

Gets the series type.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ChartType SeriesType { get; }

Property Value

Type Description
ChartType

A ChartType enumeration member identifying the series type.

Remarks

The SeriesType is the same as the ChartView.ViewType of the chart view to which a series collection belongs.

To change the series type, use the Series.ChangeType method.

See Also