HtmlForgeX

API Reference

Class

ApexHeatmapData

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single point within a heatmap series.

Inheritance

  • Object
  • ApexHeatmapData

Constructors

Properties

public String X { get; set; } #
JsonPropertyName("x")

Gets or sets the X axis value for the heatmap point.

public Double Y { get; set; } #
JsonPropertyName("y")

Gets or sets the Y axis value for the heatmap point.