KnownPalette
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
public KnownPalette()
Fields
Defines the name of the Arctic palette.
public const string ArcticPaletteName = "Arctic"
Defines the name of the Autumn palette.
public const string AutumnPaletteName = "Autumn"
Defines the name of the Cold palette.
public const string ColdPaletteName = "Cold"
Defines the name of the Crystal palette.
public const string CrystalPaletteName = "Crystal"
Defines the name of the Flower palette.
public const string FlowerPaletteName = "Flower"
Defines the name of the Fluent palette.
public const string FluentPaletteName = "Fluent"
Defines the name of the Forest palette.
public const string ForestPaletteName = "Forest"
Defines the name of the Grayscale palette.
public const string GrayscalePaletteName = "Grayscale"
Defines the name of the Ground palette.
public const string GroundPaletteName = "Ground"
Defines the name of the Lilac palette.
public const string LilacPaletteName = "Lilac"
Defines the name of the Material palette.
public const string MaterialPaletteName = "Material"
Defines the name of the Metro palette.
public const string MetroPaletteName = "Metro"
Defines the name of the Natural palette.
public const string NaturalPaletteName = "Natural"
Defines the name of the Office2019 palette.
public const string Office2019PaletteName = "Office2019"
Defines the name of the Pastel palette.
public const string PastelPaletteName = "Pastel"
Defines the name of the Rainbow palette.
public const string RainbowPaletteName = "Rainbow"
Defines the name of the Spring palette.
public const string SpringPaletteName = "Spring"
Defines the name of the Summer palette.
public const string SummerPaletteName = "Summer"
Defines the name of the Sun palette.
public const string SunPaletteName = "Sun"
Defines the name of the VisualStudio2019 palette.
public const string VisualStudio2019PaletteName = "VisualStudio2019"
Defines the name of the Warm palette.
public const string WarmPaletteName = "Warm"
Defines the name of the Windows11 palette.
public const string Windows11PaletteName = "Windows11"
Defines the name of the Warm palette.
public const string Windows8PaletteName = "Windows8"
Properties
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Arctic { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Autumn { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Cold { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette Crystal { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Flower { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette Fluent { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Forest { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Grayscale { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Ground { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Lilac { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette Material { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Metro { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Natural { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette Office2019 { get; }
Palettes
List<ChartPalette>
public static List<ChartPalette> Palettes { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Pastel { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Rainbow { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Spring { get; }
Represents a ChartPalette with 8 distinctive entires per series Family.
public static ChartPalette Summer { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette Sun { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette VisualStudio2019 { get; }
Represents a ChartPalette with 8 distinctive entires per series Family. Colors are warm and soft.
public static ChartPalette Warm { get; }
Represents a ChartPalette with 8 distinctive entires per series family.
public static ChartPalette Windows11 { get; }
Represents a ChartPalette with 17 distinctive entires per series Family. Colors are warm and soft.
public static ChartPalette Windows8 { get; }
Methods
Loads the palette.