InterfaceIHeatMapSource
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:
cs-api-definition
public interface IHeatMapSource : IDisposable
Inherited Members
Properties
ColumnsCount
Gets the columns count.
ItemsSource
Gets or sets the collection of objects that will populate the heat map.
Declaration
cs-api-definition
HeatMapDataItemCollection ItemsSource { get; set; }
Property Value
Methods
GetDataItem(int, int)
Gets the data item at the specified row and column index from the ItemsSource.
Declaration
cs-api-definition
HeatMapDataItem GetDataItem(int rowIndex, int columnIndex)
Parameters
rowIndex
The row index of the data item.
columnIndex
The column index of the data item.
Returns
The data item from the source.
GetValue(int, int)
Gets the value from the source.