Creates a Contour
chart from scattered data with computed contour levels.
AxisXY
containing the parent node of this Contour
. double[]
which contains the x-values of the data points. double[]
which contains the y-values of the data points. double[]
which contains the x-values of the data points. double[]
which contains the values of the contour levels. int
specifying the number of centers to use for the radial basis approximation. The contour chart is created by using a radial basis approximation to estimate the functions value on a rectangular grid. The contour chart is then computed as for gridded data.
A larger number of centers will provide a closer, but noiser approximation.
Contour Class | Imsl.Chart2D Namespace | Contour Constructor Overload List | RadialBasis