.PIE SET LBL BOUNDS:T
This subroutine sets the upper bound for drawing labels on the "current" chart.
Usage:
PASS <top_bound> FIELD SHARE? N
GOSUB 0CD .PIE SET LBL BOUNDS:T
* Check for error
IF 0CD .PIE SET LBL BOUNDS:T NE
Description:
This subroutine sets the upper bound of the sector labels for the "current" chart, in pixels. This is only relevant if the layout method has been set to 'Side' via
.PIE SET LBL LAYOUT.
<top_bound> controls the top bound of the labels (the minimum y coordinate), thereby limiting the extent that the labels can be shifted up to avoid overlapping. This parameter is typically used prevent the labels from moving up too much and overlapping with other chart objects (such as the chart title).
You can also set the both limits via
.PIE SET LBL BOUNDS and the lower limit via
.PIE SET LBL BOUNDS:B
Passing a blank value, or not passing anything will result in the default value being used.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-10-03