windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-4667bf5e.md
Used to customize the Chart Designer Elements’ Tree.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
public event ChartStructureUpdatingEventHandler ChartStructureUpdating
Public Event ChartStructureUpdating As ChartStructureUpdatingEventHandler
The ChartStructureUpdating event's data class is ChartStructureChangingEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| ChartModel | Returns the model of a chart whose structure starts changing. |
You can use the ChartStructureUpdating event to complete the following tasks:
You cannot use this event to add custom options to the Chart Designer.
See Chart Designer for End Users for more information about Chart Designer customization.
See Also