ChartCommands.ActiveSeries Property
Gets or sets an active series in a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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