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

ChartDesigner(Object, IDesignerHost) Constructor

Creates an instance of the ChartDesigner class.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public ChartDesigner(
    object chart,
    IDesignerHost designerHost
)

Parameters

Name Type Description
chart Object

A ChartControl object.

designerHost IDesignerHost

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

See Also