IMSL C# Numerical Library

Heatmap Class

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 class Heatmap : Data

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Heatmap Members | Imsl.Chart2D Namespace | Colormap | Example 1 | Example 2 | Example 3