ClassPaletteEntryCollection
Class
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:
Inherited Members
Constructors
PaletteEntryCollection()
Declaration
cs-api-definition
public PaletteEntryCollection()
Properties
SeriesFamily
Gets or sets the family of ChartSeries targeted by this collection.
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