LayerAutoScale scales the diagram axes depending on the the data range of the diagrams datasets.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the layer.
ssAxis is a scalar string with the value “X”, “Y” or “Z”, depending on which axis should be rescaled.
nTicks is the number of major ticks in the range 2 to 50.
Comment
If the function is called with one parameter, all axes are scaled and between 6 and 11 ticks are calculated for each axis. The function returns FALSE (0), if the axis is scaled logarithmically.
Before this function is called the layer should be added to a document. (see PageAddLayer).
See also
id-620231