Skip to main content

SimpleDiagram2D.Elements Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

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