IUniformHeatmapDataSeries<TX,TY,TZ> Interface
Defines the interface for 2D uniform heatmap DataSeries, containing X, Y and Z values
Syntax
public interface IUniformHeatmapDataSeries<TX,TY,TZ> implements IUniformHeatmapDataSeriesValues<TX,TY,TZ> |
Type Parameters
- TX
- The type of X-Data
- TY
- The type of Y-Data
- TZ
- The type of Z-Data
See Also