| C1.Win.C1Chart3D.4 Assembly > C1.Win.C1Chart3D Namespace > Chart3DData Class : SetJaggedContourData Method |
'Declaration Public Sub SetJaggedContourData( _ ByVal z As System.Object _ )
public void SetJaggedContourData( System.object z )
Jagged arrays are useful in certain instances for manipulating data. In Delphi, multiply dimensioned arrays are jagged. This method will also conveniently accept a two-dimensional integer array. Delphi users should use the SetJaggedContourData method instead of the ContourData property.
For non-jagged arrays, set the ContourData property instead.