HtmlForgeX

API Reference

Class

ApexHeatmapSeries

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a collection of data points for a single heatmap series.

Inheritance

  • Object
  • ApexHeatmapSeries

Constructors

Properties

public String Name { get; set; } #
JsonPropertyName("name")

Gets or sets the name of the series.

public List<ApexHeatmapData> Data { get; set; } #
JsonPropertyName("data")

Gets the list of ApexHeatmapData points belonging to this series.