Skip to main content

ChartModel.ChangeChartType(ViewType) Method

Changes views of all series to the specified one.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public void ChangeChartType(
    ViewType viewType
)

Parameters

Name Type Description
viewType ViewType

The required view type.

See Also