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 Chart3DDataSetGrid( double colOrigin, double rowOrigin, double colDelta, double rowDelta, double[,] z ) |
Visual Basic |
---|
Public Sub New ( _ colOrigin As Double, _ rowOrigin As Double, _ colDelta As Double, _ rowDelta As Double, _ z As Double(,) _ ) |
Parameters
- colOrigin
- Type: System..::..Double
- rowOrigin
- Type: System..::..Double
- colDelta
- Type: System..::..Double
- rowDelta
- Type: System..::..Double
- z
- Type: array<System..::..Double,2>[,](,)[,][,]