Represents a collection of PaletteEntry objects that target particular ChartSeries instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PaletteEntryCollection : Collection<PaletteEntry>, IList, ICollection, IEnumerable
Inheritance: objectCollection<PaletteEntry>PaletteEntryCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the PaletteEntryCollection class.
C#
public PaletteEntryCollection()
Initializes a new instance of the PaletteEntryCollection class.
Methods
Adds the specified fill.
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, PaletteEntry item)
The index.
itemPaletteEntryThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.
Sets the item.
C#
protected override void SetItem(int index, PaletteEntry item)
The index.
itemPaletteEntryThe item.
Overrides: