New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public sealed class KnownPalette

Inheritance: objectKnownPalette

Constructors

C#
public KnownPalette()

Fields

Defines the name of the Arctic palette.

C#
public const string ArcticPaletteName = "Arctic"

Defines the name of the Autumn palette.

C#
public const string AutumnPaletteName = "Autumn"

Defines the name of the Cold palette.

C#
public const string ColdPaletteName = "Cold"

Defines the name of the Crystal palette.

C#
public const string CrystalPaletteName = "Crystal"

Defines the name of the Flower palette.

C#
public const string FlowerPaletteName = "Flower"

Defines the name of the Fluent palette.

C#
public const string FluentPaletteName = "Fluent"

Defines the name of the Forest palette.

C#
public const string ForestPaletteName = "Forest"

Defines the name of the Grayscale palette.

C#
public const string GrayscalePaletteName = "Grayscale"

Defines the name of the Ground palette.

C#
public const string GroundPaletteName = "Ground"

Defines the name of the Lilac palette.

C#
public const string LilacPaletteName = "Lilac"

Defines the name of the Material palette.

C#
public const string MaterialPaletteName = "Material"

Defines the name of the Metro palette.

C#
public const string MetroPaletteName = "Metro"

Defines the name of the Natural palette.

C#
public const string NaturalPaletteName = "Natural"

Defines the name of the Office2019 palette.

C#
public const string Office2019PaletteName = "Office2019"

Defines the name of the Pastel palette.

C#
public const string PastelPaletteName = "Pastel"

Defines the name of the Rainbow palette.

C#
public const string RainbowPaletteName = "Rainbow"

Defines the name of the Spring palette.

C#
public const string SpringPaletteName = "Spring"

Defines the name of the Summer palette.

C#
public const string SummerPaletteName = "Summer"

Defines the name of the Sun palette.

C#
public const string SunPaletteName = "Sun"

Defines the name of the VisualStudio2019 palette.

C#
public const string VisualStudio2019PaletteName = "VisualStudio2019"

Defines the name of the Warm palette.

C#
public const string WarmPaletteName = "Warm"

Defines the name of the Windows11 palette.

C#
public const string Windows11PaletteName = "Windows11"

Defines the name of the Warm palette.

C#
public const string Windows8PaletteName = "Windows8"

Properties

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Arctic { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Autumn { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Cold { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette Crystal { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Flower { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette Fluent { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Forest { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Grayscale { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Ground { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Lilac { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette Material { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Metro { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Natural { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette Office2019 { get; }
C#
public static List<ChartPalette> Palettes { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Pastel { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Rainbow { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Spring { get; }

Represents a ChartPalette with 8 distinctive entires per series Family.

C#
public static ChartPalette Summer { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette Sun { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette VisualStudio2019 { get; }

Represents a ChartPalette with 8 distinctive entires per series Family. Colors are warm and soft.

C#
public static ChartPalette Warm { get; }

Represents a ChartPalette with 8 distinctive entires per series family.

C#
public static ChartPalette Windows11 { get; }

Represents a ChartPalette with 17 distinctive entires per series Family. Colors are warm and soft.

C#
public static ChartPalette Windows8 { get; }

Methods

Loads the palette.

C#
public static ChartPalette LoadPalette(string name)
Parameters:namestring

The name.

Returns:

ChartPalette