IHeatMapSource
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:
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#
IEnumerable ItemsSource { get; set; }