Namespace:
C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Assembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public Chart3DDataSetIrGrid( double[] xvalues, double[] yvalues, double[,] zvalues ) |
Visual Basic |
---|
Public Sub New ( _ xvalues As Double(), _ yvalues As Double(), _ zvalues As Double(,) _ ) |
Parameters
- xvalues
- Type: array<System..::..Double>[]()[][]
- yvalues
- Type: array<System..::..Double>[]()[][]
- zvalues
- Type: array<System..::..Double,2>[,](,)[,][,]