Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HeatmapIntensityDataPoint

Interface that describes an intensity heatmap data point.

Index

Properties

Properties

Readonly column

column : number

Index of column (grid index on X axis).

Readonly intensity

intensity : number

Intensity value of heatmap cell.

Readonly row

row : number

Index of row (grid index on Y axis).

Readonly x

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).

Readonly y

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).