Back to Devexpress

Palette.GetPredefinedKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-palette.md

latest1.2 KB
Original Source

Palette.GetPredefinedKinds() Method

Returns the list of predefined palettes.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static IEnumerable<PaletteKind> GetPredefinedKinds()
vb
Public Shared Function GetPredefinedKinds As IEnumerable(Of PaletteKind)

Returns

TypeDescription
IEnumerable<PaletteKind>

An object implementing the IEnumerable interface.

|

See Also

Palette Class

Palette Members

DevExpress.Xpf.Charts Namespace