IntelligenceX

API Reference

Class

HeatmapDay

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Represents one heatmap cell/day.

Inheritance

  • Object
  • HeatmapDay

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