IntensityInterpolationMode: "disabled" | "bilinear"

Description of intensity interpolation mode for Intensity Heatmap and Surface series.

Use with setIntensityInterpolation methods.

'disabled': Interpolation disabled; draw data exactly as it is.

'bilinear': Each PIXEL is colored based on an Bi-linearly interpolated intensity value based on the 4 closest real intensity values.