LayerGetAxisMinMaxDelta¶
LayerGetAxisMinMaxDelta returns the start, end and delta values of the axis scale.
- rvMinMaxDelta = LayerGetAxisMinMaxDelta(hLayer, ssXYZ)
Return Value
rvMinMaxDelta is a vector with the start, end and delta values of the axis scale. If the axis is time/date scaled, the return value is a vector with 4 elements: [rsMin, rsMax, rsDelta, nDeltaUnit]. The value nDeltaUnit specifies the unit of the parameter rsDelta. It can be one of the following values:
Value |
Meaning |
|---|---|
1 |
Seconds |
2 |
Minutes |
3 |
Hours |
4 |
Days |
5 |
Month |
6 |
Years |
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
id-1117806