IntelligenceX

API Reference

Class

UsageTelemetryHeatmapOptions

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Configures telemetry-backed heatmap document generation.

Inheritance

  • Object
  • UsageTelemetryHeatmapOptions

Constructors

Properties

public UsageSummaryMetric Metric { get; set; } #

Gets or sets the metric rendered by the heatmap.

public UsageHeatmapBreakdownDimension Breakdown { get; set; } #

Gets or sets the breakdown dimension used for dominant cell coloring.

public String Title { get; set; } #

Gets or sets the heatmap title.

public String Subtitle { get; set; } #

Gets or sets an optional subtitle prefix to prepend before the generated summary.

public HeatmapPalette Palette { get; set; } #

Gets or sets the palette used for the rendered document.

public Int32 LegendLimit { get; set; } #

Gets or sets the maximum number of legend items to emit.

public IReadOnlyDictionary<String, String> BreakdownLabels { get; set; } #

Gets or sets optional display-label overrides for breakdown keys.