Back to Devexpress

ChartCommands.ActiveSeries Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcommands-bf14fbbf.md

latest1.1 KB
Original Source

ChartCommands.ActiveSeries Property

Gets or sets an active series in a chart.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Series ActiveSeries { get; set; }
vb
Public Property ActiveSeries As Series

Property Value

TypeDescription
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

ChartCommands Class

ChartCommands Members

DevExpress.Xpf.Charts Namespace