New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
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

C#
public PaletteEntryCollection()

Properties

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

C#
public string SeriesFamily { get; set; }

Methods

Raises the event.

C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Overrides: ObservableCollection<PaletteEntry>.OnCollectionChanged(NotifyCollectionChangedEventArgs)