Class HeatMapCellDataPoint
Inheritance
System.Object
HeatMapCellDataPoint
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HeatMapCellDataPoint : Object
Properties
Color
Declaration
public Color Color { get; }
Property Value
Windows.
|
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
System.
|
DataItem
Declaration
public object DataItem { get; }
Property Value
System.
|
RowIndex
Declaration
public int RowIndex { get; }
Property Value
System.
|
Value
Declaration
public double Value { get; }
Property Value
System.
|