The LayerSetAxisMinMaxDelta function specifies the start and end values and the distance between two labels of the axis scale.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the layer.
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
rsMin is the start value of the axis.
rsMax is the end value of the axis.
rsDelta is the distance between two consecutive labels. For a time/date scaling the value depends on the parameter rsDeltaUnit.
This parameter must be specified for a time/date scaling. rsDeltaUnit specifies the units of the parameter rsDelta. The following values are valid:
| Value | Meaning |
|---|---|
| 1 | Seconds |
| 2 | Minutes |
| 3 | Hours |
| 4 | Days |
| 5 | Month |
| 6 | Years |
See also
id-1068654