Class HeatMapItem
Inheritance
System.Object
HeatMapItem
Namespace: Syncfusion.UI.Xaml.HeatMap
Assembly: Syncfusion.SfHeatmap.UWP.dll
Syntax
public class HeatMapItem : Object
Constructors
HeatMapItem()
Declaration
public HeatMapItem()
Properties
Cell
Declaration
public HeatMapCell Cell { get; set; }
Property Value
Type |
---|
HeatMapCell |
Source
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |