Difference: CDPieSetLabelBoundsBottom (1 vs. 3)

Revision 32012-02-24 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDPieSetLabelBoundsTop"
>
>
META TOPICPARENT name="CDChartDirectorPieChartRoutines"
 

.PIE SET LBL BOUNDS:B

This subroutine sets the lower bound for drawing labels on the "current" chart.

Revision 22011-11-11 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CDPieSetLabelBoundsTop"

.PIE SET LBL BOUNDS:B

Revision 12011-10-03 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CDPieSetLabelBoundsTop"

.PIE SET LBL BOUNDS:B

This subroutine sets the lower bound for drawing labels on the "current" chart.


Usage:

      PASS         <bottom_bound>              FIELD            SHARE? N
      GOSUB    0CD .PIE SET LBL BOUNDS:B
      *        Check for error
      IF       0CD .PIE SET LBL BOUNDS:B            NE

Description:

This subroutine sets the lower bounds 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.

<bottom_bound> controls the bottom bound of the labels (the maximum y coordinate), thereby limiting the extent which the labels can be shifted down to avoid overlapping. This parameter is typically used to prevent the labels from moving down too much and overlapping with other chart objects.

You can also set the both limits via .PIE SET LBL BOUNDS and the upper limit via .PIE SET LBL BOUNDS:T

Passing a blank value, or not passing anything will result in default values being used.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2011-10-03

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback