Class
HeatMapCellDataPoint

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.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

DataItem

Gets the data item.

Declaration

cs-api-definition
public object DataItem { get; }

Property Value

object

RowIndex

Gets the index of the row.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int

Value

Gets the value.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double