CopyAxisScaleData Method

In the Visual Basic language, this method can be used to pass a axis scale data array to the control.

Syntax

success = object.CopyAxisScaleData (dim, array)

Parameters

dim
A Short expression that contains the dimension number of an array dimension.

array
A Visual Basic array that contains the axis scale data for the indicated dimension.

Return Value

success
A Boolean value indicating success (TRUE) or failure (FALSE).

Remarks

CopyAxisScaleData completely replaces any data that might have been previously passed to the control by the FileName property, or CopyArrayData method.

See Also

Filename, CopyArrayData