Skip to main content

ChartStructureChangingEventArgs(ChartModel) Constructor

Initializes a new instance of the ChartStructureChangingEventArgs class with the specified settings.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public ChartStructureChangingEventArgs(
    ChartModel chartModel
)

Parameters

Name Type Description
chartModel ChartModel

The chart element that begins to change.

Remarks

Instances of the ChartStructureChangingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also