Skip to main content
A newer version of this page is available. .

ChartWizard(Object, IDesignerHost) Constructor

Creates a Wizard for the specified chart control.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public ChartWizard(
    object chart,
    IDesignerHost designerHost
)

Parameters

Name Type Description
chart Object

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

designerHost IDesignerHost

An object implementing the IDesignerHost interface that is used to manage designer transactions and components.

See Also