Skip to main content

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.v23.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