Heatmap
creates a chart from a two-dimensional array of double precision values or Color values.
For a list of all members of this type, see Heatmap Members.
System.Object
Imsl.Chart2D.AbstractChartNode
Imsl.Chart2D.ChartNode
Imsl.Chart2D.Data
Imsl.Chart2D.Heatmap
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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.
Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll)
Heatmap Members | Imsl.Chart2D Namespace | Colormap | Example 1 | Example 2 | Example 3