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

ChartCommands.AvailableSeriesIndicators Property

For internal use. Returns a list of indicators that can be created for the active series.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public IEnumerable<IndicatorBarItem> AvailableSeriesIndicators { get; }

Property Value

Type Description
IEnumerable<DevExpress.Xpf.Charts.Native.IndicatorBarItem>

A list of indicator types available for the active series.

See Also