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

PropertyDescriptorsCustomizingEventArgs.ElementModel Property

Returns the model of a chart element whose property descriptors are currently customized.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public ChartElementModel ElementModel { get; }

Property Value

Type Description
ChartElementModel

The chart element model.

See Also