API Reference
Class
ApexHeatmapOptions
Configuration options specific to heatmap charts.
Inheritance
- Object
- ApexHeatmapOptions
Constructors
public ApexHeatmapOptions() #Methods
public ApexHeatmapOptions ColorScaleOptions(Action<ApexHeatmapColorScale> configure) #Returns:
ApexHeatmapOptionsConfigures color scale options via delegate.
Parameters
- configure System.Action{HtmlForgeX.ApexHeatmapColorScale}
public ApexHeatmapOptions EnableShadesValue(Boolean enabled) #Returns:
ApexHeatmapOptionsEnables or disables heatmap shading.
Parameters
- enabled System.Boolean
- Whether shading is enabled.
Returns
The current ApexHeatmapOptions instance.
public ApexHeatmapOptions RadiusValue(Double radius) #Returns:
ApexHeatmapOptionsSets the radius value for the heatmap points.
Parameters
- radius System.Double
- Radius of each point.
Returns
The current ApexHeatmapOptions instance.
public ApexHeatmapOptions ShadeIntensityValue(Double intensity) #Returns:
ApexHeatmapOptionsSets the heatmap shade intensity.
Parameters
- intensity System.Double
- Shade intensity value.
Returns
The current ApexHeatmapOptions instance.
Inherited Methods
Properties
public Nullable<Double> Radius { get; set; } #JsonPropertyName("radius") JsonIgnore(Condition = 3)Gets or sets the radius applied to heatmap points.
public Nullable<Boolean> EnableShades { get; set; } #JsonPropertyName("enableShades") JsonIgnore(Condition = 3)Gets or sets whether color shades are enabled for heatmap cells.
public Nullable<Double> ShadeIntensity { get; set; } #JsonPropertyName("shadeIntensity") JsonIgnore(Condition = 3)Gets or sets the shade intensity used when color shades are enabled.
public ApexHeatmapColorScale ColorScale { get; set; } #JsonPropertyName("colorScale") JsonIgnore(Condition = 3)Color scale configuration for heatmap value ranges.