SeriesBase.ConvertTo(ChartType) Method
Converts the current series to the specified chart type.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| chartType | ChartType | The target chart type. |
Returns
| Type | Description |
|---|---|
| SeriesBase | A converted series object. |
Remarks
For additional information about chart conversion, refer to the following help topic: Convert a Series to Another Type.
See Also