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

SimpleDiagram2D.Elements Property

For internal use. Gets or sets the elements of a simple diagram.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public ObservableCollection<object> Elements { get; set; }

Property Value

Type Description
ObservableCollection<Object>

A ObservableCollection<T><Object,> object which provides access to the elements of a simple diagram.

See Also