IHeatMapSource
Interface
Describes the heat map source collection used by the heat map definition.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IHeatMapSource : IDisposable
Inherited Members
Properties
Gets the columns count.
C#
int ColumnsCount { get; }
Gets or sets the collection of objects that will populate the heat map.
C#
HeatMapDataItemCollection ItemsSource { get; set; }