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.
xStart defines the Start point on the XAxis where this heatmap will be drawn
xStep defines Step on the XAxis for each cell in the heatmap
yStart defines the Start point on the YAxis where this heatmap will be drawn
yStep defines Step on the YAxis for each cell in the heatmap
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 UniformHeatmapSeries constructor