Class HeatMapCellDataPoint
A data point that contains information about the hovered cell of the HeatMapColorGrid.
Inheritance
System.Object
HeatMapCellDataPoint
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class HeatMapCellDataPoint : Object
Properties
Color
Gets the color of the cell.
Declaration
public Color Color { get; }
Property Value
System.Windows.Media.Color
|
ColumnIndex
Gets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
DataItem
Gets the data item.
Declaration
public object DataItem { get; }
Property Value
System.Object
|
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|
Value
Gets the value.
Declaration
public double Value { get; }
Property Value
System.Double
|