CircularDiagram2D.Elements Property
For internal use. Gets or sets the elements of a circular diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<Object> | A ObservableCollection<T><Object,> object which provides access to circular diagram elements. |
See Also