AxisScaleFileName Property

Gets or sets the axis scale data filename for the specified dimension.

Syntax

object.AxisScaleFileName (dim) [= filename]

Parameters

dim
A Short value that contains the array dimension (indexed from 0 to Rank - 1).

filename
A String expression whose value is a path to a valid .AGL data file that contains the scale data.

Remarks

See the UseAxisScales property for a description of axis scales.

The array specified by filename can be of any type, but must be of rank one.

In the Visual Basic language, the CopyAxisScaleData method can be used to copy scale data directly as a Basic array.

See Also

UseAxisScales, CopyAxisScaleData