ClassKnownPalette
Contains all the predefined palettes for ChartView. A predefined palette may not be further modified once loaded.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public sealed class KnownPalette
Inheritance: objectKnownPalette
Constructors
KnownPalette()
Declaration
public KnownPalette()
Fields
ArcticPaletteName
Defines the name of the Arctic palette.
AutumnPaletteName
Defines the name of the Autumn palette.
ColdPaletteName
Defines the name of the Cold palette.
CrystalPaletteName
Defines the name of the Crystal palette.
FlowerPaletteName
Defines the name of the Flower palette.
FluentPaletteName
Defines the name of the Fluent palette.
ForestPaletteName
Defines the name of the Forest palette.
GrayscalePaletteName
Defines the name of the Grayscale palette.
Declaration
public const string GrayscalePaletteName = "Grayscale"
Field Value
GroundPaletteName
Defines the name of the Ground palette.
LilacPaletteName
Defines the name of the Lilac palette.
MaterialPaletteName
Defines the name of the Material palette.
Declaration
public const string MaterialPaletteName = "Material"
Field Value
MetroPaletteName
Defines the name of the Metro palette.
NaturalPaletteName
Defines the name of the Natural palette.
Office2019PaletteName
Defines the name of the Office2019 palette.
Declaration
public const string Office2019PaletteName = "Office2019"
Field Value
PastelPaletteName
Defines the name of the Pastel palette.
RainbowPaletteName
Defines the name of the Rainbow palette.
SpringPaletteName
Defines the name of the Spring palette.
SummerPaletteName
Defines the name of the Summer palette.
SunPaletteName
Defines the name of the Sun palette.
VisualStudio2019PaletteName
Defines the name of the VisualStudio2019 palette.
Declaration
public const string VisualStudio2019PaletteName = "VisualStudio2019"
Field Value
WarmPaletteName
Defines the name of the Warm palette.
Windows11PaletteName
Defines the name of the Windows11 palette.
Declaration
public const string Windows11PaletteName = "Windows11"
Field Value
Windows8PaletteName
Defines the name of the Warm palette.
Declaration
public const string Windows8PaletteName = "Windows8"
Field Value
Properties
Arctic
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Arctic { get; }
Property Value
Autumn
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Autumn { get; }
Property Value
Cold
Represents a ChartPalette with 8 distinctive entires per series Family.
Crystal
Represents a ChartPalette with 8 distinctive entires per series family.
Declaration
public static ChartPalette Crystal { get; }
Property Value
Flower
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Flower { get; }
Property Value
Fluent
Represents a ChartPalette with 8 distinctive entires per series family.
Declaration
public static ChartPalette Fluent { get; }
Property Value
Forest
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Forest { get; }
Property Value
Grayscale
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Grayscale { get; }
Property Value
Ground
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Ground { get; }
Property Value
Lilac
Represents a ChartPalette with 8 distinctive entires per series Family.
Material
Represents a ChartPalette with 8 distinctive entires per series family.
Declaration
public static ChartPalette Material { get; }
Property Value
Metro
Represents a ChartPalette with 8 distinctive entires per series Family.
Natural
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Natural { get; }
Property Value
Office2019
Represents a ChartPalette with 8 distinctive entires per series family.
Declaration
public static ChartPalette Office2019 { get; }
Property Value
Palettes
Declaration
public static List<ChartPalette> Palettes { get; }
Property Value
List<ChartPalette>
Pastel
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Pastel { get; }
Property Value
Rainbow
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Rainbow { get; }
Property Value
Spring
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Spring { get; }
Property Value
Summer
Represents a ChartPalette with 8 distinctive entires per series Family.
Declaration
public static ChartPalette Summer { get; }
Property Value
Sun
Represents a ChartPalette with 8 distinctive entires per series family.
VisualStudio2019
Represents a ChartPalette with 8 distinctive entires per series family.
Declaration
public static ChartPalette VisualStudio2019 { get; }
Property Value
Warm
Represents a ChartPalette with 8 distinctive entires per series Family. Colors are warm and soft.
Windows11
Represents a ChartPalette with 8 distinctive entires per series family.
Declaration
public static ChartPalette Windows11 { get; }
Property Value
Windows8
Represents a ChartPalette with 17 distinctive entires per series Family. Colors are warm and soft.
Declaration
public static ChartPalette Windows8 { get; }
Property Value
Methods
LoadPalette(string)
Loads the palette.
Declaration
public static ChartPalette LoadPalette(string name)
Parameters
name
The name.
Returns