IntelligenceX

API Reference

Class

UsageHeatmapDocumentOptions

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Inheritance

  • Object
  • UsageHeatmapDocumentOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public UsageHeatmapMetric Metric { get; set; } #
public UsageHeatmapBreakdownDimension BreakdownDimension { get; set; } #
public HeatmapPalette Palette { get; set; } #
public DayOfWeek WeekStart { get; set; } #
public String LegendLowLabel { get; set; } #
public String LegendHighLabel { get; set; } #
public Boolean ShowIntensityLegend { get; set; } #
public Int32 TooltipBreakdownLimit { get; set; } #
public IReadOnlyList<UsageHeatmapLegendEntry> LegendEntries { get; set; } #
public Boolean ShowDocumentHeader { get; set; } #
public Boolean ShowSectionHeaders { get; set; } #
public Boolean CompactWeekdayLabels { get; set; } #
public Nullable<DateTime> RangeStartUtc { get; set; } #
public Nullable<DateTime> RangeEndUtc { get; set; } #
public Boolean GroupSectionsByYear { get; set; } #