Series.SeriesType Property
Gets the series type.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
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
Feedback