Skip to main content

ChartElementSelectingEventArgs(ChartElementModel) Constructor

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public ChartElementSelectingEventArgs(
    ChartElementModel elementModel
)

Parameters

Name Type Description
elementModel ChartElementModel

The chart element that is currently selected.

Remarks

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

See Also