Heatmap creates a chart from a two-dimensional array of double
precision values or Color
values.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class Heatmap : Data |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Heatmap _ Inherits Data |
Visual C++ |
---|
[SerializableAttribute] public ref class Heatmap : public Data |
Remarks
Optionally, each cell in the heatmap can be labeled.
If the input is a two-dimensional array of double values then a Colormap object is used to map the real values to colors.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D..::.Heatmap
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D..::.Heatmap