ClassCustomPalettesCollection
Class
User-defined palettes collection
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
public class CustomPalettesCollection : ChartingStateManagedCollection<Palette>, IChartingStateManager, IList, ICollection, IEnumerable
Inheritance: objectChartingStateManagedCollection<Palette>CustomPalettesCollection
Implements:
Inherited Members
Constructors
CustomPalettesCollection()
Create new instance of CustomPalettesCollection class.
Declaration
cs-api-definition
public CustomPalettesCollection()
Methods
Contains(string)
Indicates whether the specified palette item exists in the collection.
GetPalette(int)
Returns a reference to the Palette object at the specified index.
GetPalette(string)
Returns a reference to the Palette object by the specified name.
IndexOf(string)
Returns the index of the specified palette item.
Remove(string)
Removes palette with specified name from collection
Declaration
cs-api-definition
public void Remove(string paletteName)
Parameters
paletteName
Name of palette