API Reference
Class
ApexHeatmapRange
Represents a single color scale range for Apex heatmap.
Inheritance
- Object
- ApexHeatmapRange
Constructors
public ApexHeatmapRange() #Inherited Methods
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.