HeatMapCellDataPoint
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:
C#
public class HeatMapCellDataPoint
Inheritance: objectHeatMapCellDataPoint
Properties
Color
Color
Gets the color of the cell.
C#
public Color Color { get; }
Gets the index of the column.
C#
public int ColumnIndex { get; }