Skip to main content

ChartWizard(Object) Constructor

Creates a Wizard for the specified chart control.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public ChartWizard(
    object chart
)

Parameters

Name Type Description
chart Object

A Object, representing a chart control instance for which a Wizard is created.

See Also