Creates a Contour
chart from rectangularly gridded data with computed contour levels.
AxisXY
containing the parent node of this Contour
. double[]
which contains the x-coordinate values of the grid. double[]
which contains the y-coordinate values of the grid. double[,]
which contains the function values to be contoured. The contour levels are chosen to span the data and to be "nice" values. The value of the function at (xGrid[i]
, yGrid[j]
) is given by zData[i][j]
. The size of zData must be xGrid.Length
by yGrid.Length
.
Contour Class | Imsl.Chart2D Namespace | Contour Constructor Overload List