HighchartsGeoHeatmapSeriesInterpolationOptions class
Make the geoheatmap render its data points as an interpolated image. It can be used to show a Temperature Map-like charts.
API Docs: https://api.highcharts.com/highmaps/series.geoheatmap.interpolation
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsGeoHeatmapSeriesInterpolationOptions
Constructors
- HighchartsGeoHeatmapSeriesInterpolationOptions.new({double? blur, bool? enabled})
- Make the geoheatmap render its data points as an interpolated image. It can be used to show a Temperature Map-like charts.
Properties
- blur ↔ double?
-
Represents how much blur should be added to the interpolated
image. Works best in the range of 0-1, all higher values
would need a lot more performance of the machine to calculate
more detailed interpolation.
getter/setter pair
- enabled ↔ bool?
-
Enable or disable the interpolation of the geoheatmap series.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited