HtmlForgeX

API Reference

Class

ApexHeatmapRange

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single color scale range for Apex heatmap.

Inheritance

  • Object
  • ApexHeatmapRange

Constructors

Properties

public Double From { get; set; } #
JsonPropertyName("from")

Gets or sets the inclusive lower bound for the range.

public Double To { get; set; } #
JsonPropertyName("to")

Gets or sets the inclusive upper bound for the range.

public String Color { get; set; } #
JsonPropertyName("color")

Gets or sets the CSS color used when values fall inside the range.

public String Name { get; set; } #
JsonPropertyName("name") JsonIgnore(Condition = 3)

Gets or sets the optional label shown for the range.