Difference: CDLegendSetKeyGapVert (1 vs. 3)

Revision 32012-02-19 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorBaseChartRoutines"
 

.LEGEND SET KEY GAP:V

This subroutine sets the vertical gap between two legend entries for "current" Legend Box.

Revision 22011-11-10 - JeanNeron

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

.LEGEND SET KEY GAP:V

Line: 9 to 9
 
      PASS         <vert_gap>       FIELD            SHARE? N
      GOSUB    0CD .LEGEND SET KEY GAP:V
      *        Check for error

Changed:
<
<
IF 0CD .LEGEND SET KEY GAP:V NE
>
>
IF 0CD .LEGEND SET KEY GAP:V NE
 

Description:

In vertical legend layout, the legend entries will flow from top to bottom, with one entry per line. This subroutine allows you to set the line spacing in pixels.

Revision 12011-09-27 - JeanNeron

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

.LEGEND SET KEY GAP:V

This subroutine sets the vertical gap between two legend entries for "current" Legend Box.


Usage:

      PASS         <vert_gap>       FIELD            SHARE? N
      GOSUB    0CD .LEGEND SET KEY GAP:V
      *        Check for error
      IF       0CD .LEGEND SET KEY GAP:V     NE

Description:

In vertical legend layout, the legend entries will flow from top to bottom, with one entry per line. This subroutine allows you to set the line spacing in pixels.

The parameter is optional, and if supplied must be an unsigned integer in the range 0-999. If not received or blank, the gap will be automatically determined.

This can also be set along with horizontal spacing via .LEGEND SET KEY GAP or you can set the horizontal spacing directly via .LEGEND SET KEY GAP:H

You have to define a Legend box via .CHART SET LEGEND BOX for this subroutine to have any effect.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-09-27

 
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