[]
Initializes a new instance of the Chart3DDataSetIrGrid class.
public Chart3DDataSetIrGrid(double[] xvalues, double[] yvalues, double[,] zvalues)
| Type | Name | Description |
|---|---|---|
| double[] | xvalues | Array of x-values. |
| double[] | yvalues | Array of y-values |
| double[,] | zvalues | Two-dimensional array of z-values. |
Initializes a new instance of the Chart3DDataSetIrGrid class.
public Chart3DDataSetIrGrid(float[] xvalues, float[] yvalues, float[,] zvalues)
| Type | Name | Description |
|---|---|---|
| float[] | xvalues | Array of x-values. |
| float[] | yvalues | Array of y-values. |
| float[,] | zvalues | Two-dimesional array of z-values. |
Initializes a new instance of the Chart3DDataSetIrGrid class.
public Chart3DDataSetIrGrid(double[] xvalues, double[] yvalues, object zvalues)
| Type | Name | Description |
|---|---|---|
| double[] | xvalues | Array of x-values. |
| double[] | yvalues | Array of y-values. |
| object | zvalues | Array of z-values. |