Skip to main content
A newer version of this page is available. .

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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ReadOnlyObservableCollection<SeriesItem> SeriesItems { get; }

Property Value

Type Description
ReadOnlyObservableCollection<SeriesItem>

A ObservableCollection<T><SeriesItem,> object

See Also