API Reference
Class
ApexHeatmapSeries
Represents a collection of data points for a single heatmap series.
Inheritance
- Object
- ApexHeatmapSeries
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ApexCharts.HeatmapSeries
Constructors
public ApexHeatmapSeries() #Inherited Methods
Properties
public List<ApexHeatmapData> Data { get; set; } #JsonPropertyName("data")Gets the list of ApexHeatmapData points belonging to this series.