API Reference
Class
ApexHeatmapSeries
Represents a collection of data points for a single heatmap series.
Inheritance
- Object
- ApexHeatmapSeries
Constructors
public ApexHeatmapSeries() #Inherited Methods
Properties
public List<ApexHeatmapData> Data { get; set; } #JsonPropertyName("data")Gets the list of ApexHeatmapData points belonging to this series.