C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DData Class / GetJaggedContourData Method

In This Topic
GetJaggedContourData Method
In This Topic
Returns an object containing contour data in a jagged double array.
Syntax
'Declaration
 
Public Function GetJaggedContourData() As System.Object
 

Return Value

An object containing contour data in a jagged double array.
Remarks
Jagged arrays are useful in certain instances for manipulating data. In Delphi, multiply dimensioned arrays are jagged. Delphi users should use the GetJaggedContourData method instead of the ContourData property.
See Also