SimpleDiagram2D.Items Property
Gets the collection of items in the simple diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyObservableCollection<Object> | The observable read-only collection of Object descendants that represent items contained in the simple diagram. |
See Also