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:
Inherited Members
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)
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides: