Skip to main content

ASPxChartDesigner.OpenChart(WebChartControl) Method

Opens the specified chart control for customization.

Namespace: DevExpress.XtraCharts.Web.Designer

Assembly: DevExpress.XtraCharts.v22.1.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public void OpenChart(
    WebChartControl chart
)

Parameters

Name Type Description
chart WebChartControl

A WebChartControl object.

See Also