IntelligenceX

API Reference

Class

HeatmapSection

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

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

Accepted by parameters

Constructors

public HeatmapSection(String title, String subtitle, IReadOnlyList<HeatmapDay> days) #

Parameters

title String requiredposition: 0
subtitle String requiredposition: 1
days IReadOnlyList<HeatmapDay> requiredposition: 2

Methods

public JsonObject ToJson() #
Returns: JsonObject

Properties

public String Subtitle { get; } #
public IReadOnlyList<HeatmapDay> Days { get; } #