API Reference
Class
HeatmapSection
Represents one logical section in a heatmap document.
Inheritance
- Object
- HeatmapSection
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 HeatmapDocument.Sections
Accepted by parameters
- Constructor HeatmapDocument.HeatmapDocument
Constructors
public HeatmapSection(String title, String subtitle, IReadOnlyList<HeatmapDay> days) #Parameters
- title String
- subtitle String
- days IReadOnlyList<HeatmapDay>
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object