LayerSetLastLabel¶
LayerSetLastLabel sets a value for the specified axis. No labels are displayed above this value.
- bool = LayerSetLastLabel(hLayer, ssXYZ, rsLast)
Return Value
bool is TRUE (1) if the function was successful and otherwise FALSE (0).
Parameters
- hLayer
hLayer is the handle of a diagram (layer).
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
- rsLast
rsLast is a real value. No labels are displayed above this value.
See also
Overview Diagrams, LayerCreate, LayerIsLastLabel, LayerShowLastLabel, LayerGetFirstLabel, LayerSetAxisMinMaxDelta
id-1695774