InterfaceIHeatMapSource
Interface
Describes the heat map source collection used by the heat map definition.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.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.
Methods
GetDataItem(int, int)
Gets the data item at the specified row and column index from the ItemsSource.
GetValue(int, int)
Gets the value from the source.