Class PaletteEntryCollection
Represents a collection of PaletteEntry objects that target particular ChartSeries instance.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PaletteEntryCollection : ObservableCollection<PaletteEntry>
Constructors
PaletteEntryCollection()
Declaration
public PaletteEntryCollection()
Properties
SeriesFamily
Gets or sets the family of ChartSeries targeted by this collection.
Declaration
public string SeriesFamily { get; set; }
Property Value
System.String
|
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data. |