ClassHeatMapCellDataPoint
Class
A data point that contains information about the hovered cell of the HeatMapColorGrid.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class HeatMapCellDataPoint
Inheritance: objectHeatMapCellDataPoint
Properties
Color
Gets the color of the cell.
Declaration
cs-api-definition
public Color Color { get; }
Property Value
Color
ColumnIndex
Gets the index of the column.
DataItem
Gets the data item.
RowIndex
Gets the index of the row.