Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartPaletteCollection : Collection<PaletteFamily>, IList, ICollection, IEnumerable
Inheritance: objectCollection<PaletteFamily>ChartPaletteCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartPaletteCollection class.
C#
public ChartPaletteCollection()
Initializes a new instance of the ChartPaletteCollection class.
Methods
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, PaletteFamily item)
The index.
itemPaletteFamilyThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.
Sets the item at the specified index.
C#
protected override void SetItem(int index, PaletteFamily item)
The index.
itemPaletteFamilyThe item.
Overrides: