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

ASPxChartDesigner.SaveChartLayout Event

Occurs when executing a command to save the chart layout.

Namespace: DevExpress.XtraCharts.Web.Designer

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public event SaveChartLayoutEventHandler SaveChartLayout

Event Data

The SaveChartLayout event's data class is SaveChartLayoutEventArgs. The following properties provide information specific to this event:

Property Description
ChartLayoutXml Gets the string representing the designed chart layout in XML format.
See Also