Palette.GetPredefinedKinds() Method
In This Article
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. |
An object implementing the IEnumerable interface. |
See Also