IMSL C# Numerical Library

Heatmap Constructor (AxisXY, Double, Double, Double, Double, Color[,])

Creates a Heatmap from an array of Color values.

public Heatmap(
   AxisXY axis,
   double xmin,
   double xmax,
   double ymin,
   double ymax,
   Color[,] color
);

Parameters

axis
An AxisXY which contains the parent of this node.
xmin
A double which specifies the minimum x-value of the color data.
xmax
A double which specifies the maximum x-value of the color data.
ymin
A double which specifies the minimum y-value of the color data.
ymax
A double which specifies the maximum y-value of the color data.
color
A Color[,] which specifies the color values.

Remarks

The value of color[0,0] is the color of the cell whose lower left corner is (xmin, ymin).

See Also

Heatmap Class | Imsl.Chart2D Namespace | Heatmap Constructor Overload List