New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets the data item.

C#
public object DataItem { get; }

Gets the index of the row.

C#
public int RowIndex { get; }

Gets the value.

C#
public double Value { get; }