IntelligenceX

API Reference

Class

HeatmapLegendItem

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Represents a named legend swatch.

Inheritance

  • Object
  • HeatmapLegendItem

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

HeatmapLegendItem 2 overloads
public HeatmapLegendItem(String label, String color) #

Parameters

label String requiredposition: 0
color String requiredposition: 1
public HeatmapLegendItem(String key, String label, String color) #

Parameters

key String requiredposition: 0
label String requiredposition: 1
color String requiredposition: 2

Methods

public JsonObject ToJson() #
Returns: JsonObject

Properties