Palette
Class
Series color palette. Used for an automatic series items colors assignment
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Palette : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectPalette
Implements:
Inherited Members
Constructors
Create new instance of Palette class.
C#
public Palette()
Create new instance of Palette class.
C#
public Palette(string name, ColorBlend[] addtionalColors)
Name of Palette
addtionalColorsColorBlend[]Additional colors of palette
Create new instance of Palette class.
Properties
Gets Palette Items Collection
C#
[SkinnableProperty]
public PaletteItemsCollection Items { get; }
Specifies the palette name
C#
[SkinnableProperty]
public string Name { get; set; }
Palette name
Gets and sets Palette item at specified index
C#
[Browsable(false)]
public PaletteItem this[int index] { get; set; }
Index to get palette item
Property Value:Palette item at specified index
Methods
Clone this object
Load data from ViewState
C#
protected override void LoadViewState(object savedState)
ViewState data
Overrides:
Save data into ViewState
Gets string representation
Track ViewState
C#
protected override void TrackViewState()
Overrides: