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

SaveChartLayoutEventArgs(String) Constructor

Initializes a new instance of the SaveChartLayoutEventArgs class with the specified chart layout.

Namespace: DevExpress.XtraCharts.Web.Designer

Assembly: DevExpress.XtraCharts.v20.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public SaveChartLayoutEventArgs(
    string chartLayoutXml
)

Parameters

Name Type Description
chartLayoutXml String

A String object , representing the chart layout in XML format. This value is assigned to the SaveChartLayoutEventArgs.ChartLayoutXml property.

See Also