Skip to main content

ChartElementModel.Element Property

Returns the chart element whose model is the current model object.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public object Element { get; }

Property Value

Type Description
Object

The chart element.

See Also