Interface that describes an intensity heatmap data point.

Hierarchy

  • HeatmapIntensityDataPoint

Properties

Properties

column: number

Index of column (grid index on X axis).

intensity: number

Intensity value of heatmap cell.

row: number

Index of row (grid index on Y axis).

x: number

X Axis coordinate.

If cursor interpolation is disabled, this will be calculated as the center coordinate of the grid cell.

If cursor interpolation is enabled, it will snap to closest coordinate of the grid from the solve location (e.g. mouse location).

y: number

Y Axis coordinate.

If cursor interpolation is disabled, this will be calculated as the center coordinate of the grid cell.

If cursor interpolation is enabled, it will snap to closest coordinate of the grid from the solve location (e.g. mouse location).