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

Pane.SeriesContainers Property

For internal use.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<SeriesContainerItem> SeriesContainers { get; }

Property Value

Type
ObservableCollection<DevExpress.Xpf.Charts.SeriesContainerItem>
See Also