API Reference
Class
HeatmapDay
Represents one heatmap cell/day.
Inheritance
- Object
- HeatmapDay
Constructors
public HeatmapDay(DateTime date, Double value, Int32 level = 0, String fillColor = null, String tooltip = null, IReadOnlyDictionary<String, Double> breakdown = null) #Parameters
- date DateTime
- value Double
- level Int32 = 0
- fillColor String = null
- tooltip String = null
- breakdown IReadOnlyDictionary<String, Double> = null
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object