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

ChartCommands.ActiveSeries Property

Gets or sets an active series in a chart.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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