API Reference
Class
HeatmapDay
Represents one heatmap cell/day.
Inheritance
- Object
- HeatmapDay
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HeatmapSection.Days
Accepted by parameters
- Constructor HeatmapSection.HeatmapSection
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object