CircularDiagram2D.SeriesItems Property
For internal use. Provides access to the circular diagram’s collection of Series items.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyObservableCollection<SeriesItem> | A ObservableCollection<T><SeriesItem,> object |
See Also