Class HeatMapCellDataPoint
A data point that contains information about the hovered cell of the HeatMapColorGrid.
Inheritance
System.Object
HeatMapCellDataPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class HeatMapCellDataPoint
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
|