Class
PaletteEntryCollection

Represents a collection of PaletteEntry objects that target particular ChartSeries instance.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class PaletteEntryCollection : ObservableCollection<PaletteEntry>, IList<PaletteEntry>, ICollection<PaletteEntry>, IList, ICollection, IReadOnlyList<PaletteEntry>, IReadOnlyCollection<PaletteEntry>, IEnumerable<PaletteEntry>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<PaletteEntry>ObservableCollection<PaletteEntry>PaletteEntryCollection

Implements: ICollectionICollection<PaletteEntry>IEnumerableIEnumerable<PaletteEntry>IListIList<PaletteEntry>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<PaletteEntry>IReadOnlyList<PaletteEntry>

Inherited Members ObservableCollection<PaletteEntry>.Move(int, int)ObservableCollection<PaletteEntry>.ClearItems()ObservableCollection<PaletteEntry>.RemoveItem(int)ObservableCollection<PaletteEntry>.InsertItem(int, PaletteEntry)ObservableCollection<PaletteEntry>.SetItem(int, PaletteEntry)ObservableCollection<PaletteEntry>.MoveItem(int, int)ObservableCollection<PaletteEntry>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<PaletteEntry>.BlockReentrancy()ObservableCollection<PaletteEntry>.CheckReentrancy()ObservableCollection<PaletteEntry>.CollectionChangedObservableCollection<PaletteEntry>.PropertyChangedCollection<PaletteEntry>.Add(PaletteEntry)Collection<PaletteEntry>.Clear()Collection<PaletteEntry>.CopyTo(PaletteEntry[], int)Collection<PaletteEntry>.Contains(PaletteEntry)Collection<PaletteEntry>.GetEnumerator()Collection<PaletteEntry>.IndexOf(PaletteEntry)Collection<PaletteEntry>.Insert(int, PaletteEntry)Collection<PaletteEntry>.Remove(PaletteEntry)Collection<PaletteEntry>.RemoveAt(int)Collection<PaletteEntry>.CountCollection<PaletteEntry>.ItemsCollection<PaletteEntry>.this[int]

Constructors

PaletteEntryCollection()

Declaration

cs-api-definition
public PaletteEntryCollection()

Properties

SeriesFamily

Gets or sets the family of ChartSeries targeted by this collection.

Declaration

cs-api-definition
public string SeriesFamily { get; set; }

Property Value

string

Methods

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Overrides ObservableCollection<PaletteEntry>.OnCollectionChanged(NotifyCollectionChangedEventArgs)