The flag whether this Heatmap has NaN value, to display them as transparent tiles
The DataSeries name, used in legends, tooltips to identify the chart series
A unique Id for the IDataSeries
The Metadata values of type IPointMetadata to pre-populate the BaseHeatmapDataSeries If a single metadata value is supplied, this will be used as a template for all data values. If type AND data is specified, then the registered function should take the data and return a IPointData array. If only type is specified, the registered function will be set as the metadataGenerator and used to construct new metadata for each data value.
xCellOffsets defines cell X offsets on NonUniformHeatmapDataSeries for each cell in the heatmap. Can be an array of numbers or a mapping function TCellSizeMapper
yCellOffsets defines cell Y offsets on NonUniformHeatmapDataSeries for each cell in the heatmap. Can be an array of numbers or a mapping function TCellSizeMapper
The 2-Dimensional array of cells which can be passed to populate the BaseHeatmapDataSeries at construct time
Generated using TypeDoc
Options to pass to the NonUniformHeatmapSeries constructor