Skip to main content

Pane.SeriesContainers Property

For internal use.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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