Skip to main content

Palette.GetPredefinedKinds() Method

In This Article

Returns the list of pre-defined palettes.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public static IEnumerable<PaletteKind> GetPredefinedKinds()

#Returns

Type Description
IEnumerable<PaletteKind>

A collection of the PaletteKind objects.

See Also