Class KnownPalette
Contains all the predefined palettes for Chart
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public sealed class KnownPalette
Constructors
KnownPalette()
Declaration
public KnownPalette()
Fields
ArcticPaletteName
Defines the name of the Arctic palette.
Declaration
public const string ArcticPaletteName = "Arctic"
Field Value
System.
|
AutumnPaletteName
Defines the name of the Autumn palette.
Declaration
public const string AutumnPaletteName = "Autumn"
Field Value
System.
|
ColdPaletteName
Defines the name of the Cold palette.
Declaration
public const string ColdPaletteName = "Cold"
Field Value
System.
|
CrystalPaletteName
Defines the name of the Crystal palette.
Declaration
public const string CrystalPaletteName = "Crystal"
Field Value
System.
|
FlowerPaletteName
Defines the name of the Flower palette.
Declaration
public const string FlowerPaletteName = "Flower"
Field Value
System.
|
FluentPaletteName
Defines the name of the Fluent palette.
Declaration
public const string FluentPaletteName = "Fluent"
Field Value
System.
|
ForestPaletteName
Defines the name of the Forest palette.
Declaration
public const string ForestPaletteName = "Forest"
Field Value
System.
|
GrayscalePaletteName
Defines the name of the Grayscale palette.
Declaration
public const string GrayscalePaletteName = "Grayscale"
Field Value
System.
|
GroundPaletteName
Defines the name of the Ground palette.
Declaration
public const string GroundPaletteName = "Ground"
Field Value
System.
|
LilacPaletteName
Defines the name of the Lilac palette.
Declaration
public const string LilacPaletteName = "Lilac"
Field Value
System.
|
MaterialPaletteName
Defines the name of the Material palette.
Declaration
public const string MaterialPaletteName = "Material"
Field Value
System.
|
MetroPaletteName
Defines the name of the Metro palette.
Declaration
public const string MetroPaletteName = "Metro"
Field Value
System.
|
NaturalPaletteName
Defines the name of the Natural palette.
Declaration
public const string NaturalPaletteName = "Natural"
Field Value
System.
|
Office2019PaletteName
Defines the name of the Office2019 palette.
Declaration
public const string Office2019PaletteName = "Office2019"
Field Value
System.
|
PastelPaletteName
Defines the name of the Pastel palette.
Declaration
public const string PastelPaletteName = "Pastel"
Field Value
System.
|
RainbowPaletteName
Defines the name of the Rainbow palette.
Declaration
public const string RainbowPaletteName = "Rainbow"
Field Value
System.
|
SpringPaletteName
Defines the name of the Spring palette.
Declaration
public const string SpringPaletteName = "Spring"
Field Value
System.
|
SummerPaletteName
Defines the name of the Summer palette.
Declaration
public const string SummerPaletteName = "Summer"
Field Value
System.
|
SunPaletteName
Defines the name of the Sun palette.
Declaration
public const string SunPaletteName = "Sun"
Field Value
System.
|
VisualStudio2019PaletteName
Defines the name of the Visual
Declaration
public const string VisualStudio2019PaletteName = "VisualStudio2019"
Field Value
System.
|
WarmPaletteName
Defines the name of the Warm palette.
Declaration
public const string WarmPaletteName = "Warm"
Field Value
System.
|
Windows11PaletteName
Defines the name of the Windows11 palette.
Declaration
public const string Windows11PaletteName = "Windows11"
Field Value
System.
|
Windows8PaletteName
Defines the name of the Warm palette.
Declaration
public const string Windows8PaletteName = "Windows8"
Field Value
System.
|
Properties
Arctic
Represents a Chart
Declaration
public static ChartPalette Arctic { get; }
Property Value
Autumn
Represents a Chart
Declaration
public static ChartPalette Autumn { get; }
Property Value
Cold
Represents a Chart
Declaration
public static ChartPalette Cold { get; }
Property Value
Crystal
Represents a Chart
Declaration
public static ChartPalette Crystal { get; }
Property Value
Flower
Represents a Chart
Declaration
public static ChartPalette Flower { get; }
Property Value
Fluent
Represents a Chart
Declaration
public static ChartPalette Fluent { get; }
Property Value
Forest
Represents a Chart
Declaration
public static ChartPalette Forest { get; }
Property Value
Grayscale
Represents a Chart
Declaration
public static ChartPalette Grayscale { get; }
Property Value
Ground
Represents a Chart
Declaration
public static ChartPalette Ground { get; }
Property Value
Lilac
Represents a Chart
Declaration
public static ChartPalette Lilac { get; }
Property Value
Material
Represents a Chart
Declaration
public static ChartPalette Material { get; }
Property Value
Metro
Represents a Chart
Declaration
public static ChartPalette Metro { get; }
Property Value
Natural
Represents a Chart
Declaration
public static ChartPalette Natural { get; }
Property Value
Office2019
Represents a Chart
Declaration
public static ChartPalette Office2019 { get; }
Property Value
Palettes
Declaration
public static List<ChartPalette> Palettes { get; }
Property Value
System.
|
Pastel
Represents a Chart
Declaration
public static ChartPalette Pastel { get; }
Property Value
Rainbow
Represents a Chart
Declaration
public static ChartPalette Rainbow { get; }
Property Value
Spring
Represents a Chart
Declaration
public static ChartPalette Spring { get; }
Property Value
Summer
Represents a Chart
Declaration
public static ChartPalette Summer { get; }
Property Value
Sun
Represents a Chart
Declaration
public static ChartPalette Sun { get; }
Property Value
VisualStudio2019
Represents a Chart
Declaration
public static ChartPalette VisualStudio2019 { get; }
Property Value
Warm
Represents a Chart
Declaration
public static ChartPalette Warm { get; }
Property Value
Windows11
Represents a Chart
Declaration
public static ChartPalette Windows11 { get; }
Property Value
Windows8
Represents a Chart
Declaration
public static ChartPalette Windows8 { get; }
Property Value
Methods
LoadPalette(String)
Loads the palette.
Declaration
public static ChartPalette LoadPalette(string name)
Parameters
System. The name. |