Skip to main content
All docs
V25.1
  • ChartCommands.ActiveSeries Property

    Gets or sets an active series in a chart.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public Series ActiveSeries { get; set; }

    Property Value

    Type Description
    Series

    A chart series.

    Remarks

    The active series is used to calculate values of the indicator that a user plots via the Chart Ribbon or Toolbar.

    See Also