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

Palette.GetPredefinedKinds() Method

Returns the list of predefined palettes.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public static IEnumerable<PaletteKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<DevExpress.WinUI.Charts.PaletteKind>

An object implementing the IEnumerable interface.

See Also