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

Palette.GetPredefinedKinds() Method

Returns the list of predefined palettes.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public static IEnumerable<PaletteKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<PaletteKind>

An object implementing the IEnumerable interface.

See Also