New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies the available palette names for chart styling.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public enum PaletteNames

Fields

The dark palette.

C#
Dark = 3

The dark palette for selected items.

C#
DarkSelected = 4

The default palette.

C#
Default = 0

The light palette.

C#
Light = 1

The light palette for selected items.

C#
LightSelected = 2