Difference: CDChartSetWallpaper (1 vs. 4)

Revision 42012-02-19 - JeanNeron

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

.CHART SET BG WALLPAPR

This subroutine sets the background image of the "current" chart spec. The image will be tiled across the background of the chart, if you want a singe image, use .CHART SET BG IMAGE instead.

Revision 32011-12-21 - JeanNeron

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

.CHART SET BG WALLPAPR

Line: 17 to 17
  If the parameter is not received or if the value received is blank, then the background image of the chart spec is cleared and the default background color will be rendered.
Changed:
<
<
The image_pathname can be either a complete path to a file, or the name of an image in the default images directory (as specified on the parameter file).
>
>
The image_pathname can be either a complete path to a file, or the name of an image in one of the default image search directories (as specified via .CHART SET IMAGE PATH).
 

Comments:

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

Revision 22011-11-09 - JeanNeron

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

.CHART SET BG WALLPAPR

Line: 9 to 9
 
      PASS         <image_pathname>      FIELD            SHARE? N
      GOSUB    0CD .CHART SET BG WALLPAPR
      *        Check for error

Changed:
<
<
IF 0CD .CHART SET BG WALLPAPR NE
>
>
IF 0CD .CHART SET BG WALLPAPR NE
 

Description:

This subroutine sets a background image for the "current" chart spec. The image will be tiled across the background of the chart. This routine receives image_pathname as an optional parameter.

Revision 12011-09-22 - JeanNeron

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

.CHART SET BG WALLPAPR

This subroutine sets the background image of the "current" chart spec. The image will be tiled across the background of the chart, if you want a singe image, use .CHART SET BG IMAGE instead.


Usage:

      PASS         <image_pathname>      FIELD            SHARE? N
      GOSUB    0CD .CHART SET BG WALLPAPR
      *        Check for error
      IF       0CD .CHART SET BG WALLPAPR        NE

Description:

This subroutine sets a background image for the "current" chart spec. The image will be tiled across the background of the chart. This routine receives image_pathname as an optional parameter.

If the parameter is not received or if the value received is blank, then the background image of the chart spec is cleared and the default background color will be rendered.

The image_pathname can be either a complete path to a file, or the name of an image in the default images directory (as specified on the parameter file).

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-09-22

 
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