ClassChartPalettes
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:
public static class ChartPalettes
Inheritance: objectChartPalettes
Properties
DefaultDark
Gets the default ChartPalette instance, applicable to the Dark Metro Theme.
Declaration
public static ChartPalette DefaultDark { get; }
Property Value
DefaultDarkSelected
Gets the default ChartPalette instance, used to represent selection within a RadChart instance. Applicable with the DefaultDark palette.
Declaration
public static ChartPalette DefaultDarkSelected { get; }
Property Value
DefaultLight
Gets the default ChartPalette instance, applicable to the Light Metro Theme.
Declaration
public static ChartPalette DefaultLight { get; }
Property Value
DefaultLightSelected
Gets the default ChartPalette instance, used to represent selection within a RadChart instance. Applicable with the DefaultLight palette.
Declaration
public static ChartPalette DefaultLightSelected { get; }
Property Value