Skip to main content

SimpleDiagram2D.Items Property

Gets the collection of items in the simple diagram.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ReadOnlyObservableCollection<object> Items { get; }

Property Value

Type Description
ReadOnlyObservableCollection<Object>

The observable read-only collection of Object descendants that represent items contained in the simple diagram.

See Also