ClassHeatMapRangeColorCollection
Class
Defines an observable collection of HeatMapRangeColor objects, intended for use with the HeatMapRangeColorizer.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapRangeColorCollection : ObservableCollection<HeatMapRangeColor>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<HeatMapRangeColor>ObservableCollection<HeatMapRangeColor>HeatMapRangeColorCollection
Implements:
Inherited Members
Constructors
HeatMapRangeColorCollection()
Declaration
cs-api-definition
public HeatMapRangeColorCollection()