IntelligenceX

API Reference

Class

UsageTelemetryOverviewInsightRow

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Represents one row inside a provider-specific insight section.

Inheritance

  • Object
  • UsageTelemetryOverviewInsightRow

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 UsageTelemetryOverviewInsightRow(String label, String value, String subtitle = null, Nullable<Double> ratio = null, String href = null) #

Parameters

label String requiredposition: 0
value String requiredposition: 1
subtitle String = null optionalposition: 2
ratio Nullable<Double> = null optionalposition: 3
href String = null optionalposition: 4

Methods

public JsonObject ToJson() #
Returns: JsonObject

Properties