Class PaletteEntryCollection
Represents a collection of Palette
Inheritance
System.Object
PaletteEntryCollection
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 Chart
Declaration
public string SeriesFamily { get; set; }
Property Value
System.
|
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the Collection
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. The System. |