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

IndicatorsPalette.GetPredefinedKinds() Method

Returns the list of predefined palettes for financial indicators.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static IEnumerable<IndicatorsPaletteKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<DevExpress.Xpf.Charts.IndicatorsPaletteKind>

An object implementing the IEnumerable interface.

See Also