HtmlForgeX

API Reference

Class

ApexHeatmapOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Configuration options specific to heatmap charts.

Inheritance

  • Object
  • ApexHeatmapOptions

Constructors

public ApexHeatmapOptions() #

Methods

public ApexHeatmapOptions ColorScaleOptions(Action<ApexHeatmapColorScale> configure) #
Returns: ApexHeatmapOptions

Configures color scale options via delegate.

Parameters

configure System.Action{HtmlForgeX.ApexHeatmapColorScale} requiredposition: 0
public ApexHeatmapOptions EnableShadesValue(Boolean enabled) #
Returns: ApexHeatmapOptions

Enables or disables heatmap shading.

Parameters

enabled System.Boolean requiredposition: 0
Whether shading is enabled.

Returns

The current ApexHeatmapOptions instance.

public ApexHeatmapOptions RadiusValue(Double radius) #
Returns: ApexHeatmapOptions

Sets the radius value for the heatmap points.

Parameters

radius System.Double requiredposition: 0
Radius of each point.

Returns

The current ApexHeatmapOptions instance.

public ApexHeatmapOptions ShadeIntensityValue(Double intensity) #
Returns: ApexHeatmapOptions

Sets the heatmap shade intensity.

Parameters

intensity System.Double requiredposition: 0
Shade intensity value.

Returns

The current ApexHeatmapOptions instance.

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.