Interface IHeatMapSource
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IHeatMapSource : IDisposable
Properties
Declaration
int ColumnsCount { get; }
Property Value
Declaration
IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Declaration
Property Value
Methods
Declaration
object GetDataItem(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
Returns
Declaration
double GetValue(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
Returns
Extension Methods