IntelligenceX

API Reference

Class

HeatmapDay

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

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

Accepted by parameters

Constructors

public HeatmapDay(DateTime date, Double value, Int32 level = 0, String fillColor = null, String tooltip = null, IReadOnlyDictionary<String, Double> breakdown = null) #

Parameters

date DateTime requiredposition: 0
value Double requiredposition: 1
level Int32 = 0 optionalposition: 2
fillColor String = null optionalposition: 3
tooltip String = null optionalposition: 4
breakdown IReadOnlyDictionary<String, Double> = null optionalposition: 5

Methods

public JsonObject ToJson() #
Returns: JsonObject

Properties

public DateTime Date { get; } #
public String FillColor { get; } #
public String Tooltip { get; } #
public IReadOnlyDictionary<String, Double> Breakdown { get; } #