Chart3DDataSetGrid.SetJaggedGridData Method
Sets the Z-values with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.
[Visual Basic]
Public Sub SetJaggedGridData( _
ByVal z As Object _
)
[C#]
public void SetJaggedGridData(
object z
);
Parameters
z
Array of z-values.
Remarks
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 SetJaggedGridData() instead of the GridData property.
See Also
Chart3DDataSetGrid Class | Chart3DDataSetGrid Members | C1.Win.C1Chart3D Namespace
|
Send comments about this topic to ComponentOne. Copyright © 1987-2008 ComponentOne LLC. All rights reserved. |