Skip to main content

Palette.GetPredefinedKinds() Method

Returns the list of predefined palettes.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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