Skip to main content

Palette.GetPredefinedKinds() Method

Returns the list of predefined palettes.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static IEnumerable<PaletteKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<DevExpress.UI.Xaml.Charts.PaletteKind>

An object implementing the IEnumerable interface.

See Also