Skip to main content
All docs
V25.1
  • Pane.SeriesContainers Property

    For internal use.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

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

    Property Value

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