API Reference
Class
UsageTelemetryHeatmapOptions
Configures telemetry-backed heatmap document generation.
Inheritance
- Object
- UsageTelemetryHeatmapOptions
Constructors
public UsageTelemetryHeatmapOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.