Class
ChartPalettes

Contains all the predefined palettes for RadChartBase. A predefined palette may not be further modified once loaded.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public static class ChartPalettes

Inheritance: objectChartPalettes

Properties

DefaultDark

Gets the default ChartPalette instance, applicable to the Dark Metro Theme.

Declaration

cs-api-definition
public static ChartPalette DefaultDark { get; }

Property Value

ChartPalette

DefaultDarkSelected

Gets the default ChartPalette instance, used to represent selection within a RadChart instance. Applicable with the DefaultDark palette.

Declaration

cs-api-definition
public static ChartPalette DefaultDarkSelected { get; }

Property Value

ChartPalette

DefaultLight

Gets the default ChartPalette instance, applicable to the Light Metro Theme.

Declaration

cs-api-definition
public static ChartPalette DefaultLight { get; }

Property Value

ChartPalette

DefaultLightSelected

Gets the default ChartPalette instance, used to represent selection within a RadChart instance. Applicable with the DefaultLight palette.

Declaration

cs-api-definition
public static ChartPalette DefaultLightSelected { get; }

Property Value

ChartPalette