Readonly columnIndex of column (grid index on X axis).
Readonly intensityIntensity value of heatmap cell.
Readonly rowIndex of row (grid index on Y axis).
Readonly xX 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).
Readonly yY 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).
Interface that describes an intensity heatmap data point.