API Reference
Class
HeatmapSection
Represents one logical section in a heatmap document.
Inheritance
- Object
- HeatmapSection
Constructors
public HeatmapSection(String title, String subtitle, IReadOnlyList<HeatmapDay> days) #Parameters
- title String
- subtitle String
- days IReadOnlyList<HeatmapDay>
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object