LayerGetAxisScale returns the scale type of the specified axis.
Return Value
nScale is one of the following values:
| Value | Meaning |
|---|---|
| 0 | Linear Scale |
| 1 | Log Scale |
| 2 | Square Scale |
| 3 | Time/Date Scale |
| 4 | Log Scale, Label linear increasing |
Parameters
Identifies the layer.
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
See also
id-34427