Difference: CDChartSetImagePath (1 vs. 4)

Revision 42012-03-22 - JeanNeron

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

.CHART SET IMAGE PATH

Changed:
<
<
This subroutine sets the background image of the "current" chart spec. If you want the image to be tiled across the background, use .CHART SET BG WALLPAPR instead.
>
>
This subroutine sets a search path for images for the "current" chart spec.
 

Usage:

Revision 32012-02-19 - JeanNeron

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

.CHART SET IMAGE PATH

Revision 22011-12-21 - JeanNeron

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

.CHART SET IMAGE PATH

Changed:
<
<
This subroutine sets the serach path for images for the "current" chart spec.
>
>
This subroutine sets the background image of the "current" chart spec. If you want the image to be tiled across the background, use .CHART SET BG WALLPAPR instead.
 

Usage:

Revision 12011-12-21 - JeanNeron

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

.CHART SET IMAGE PATH

This subroutine sets the serach path for images for the "current" chart spec.


Usage:

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

Description:

This subroutine sets a search path for images for the "current" chart spec. This routine receives one optional value, an <image_pathname>. This should be the path to the directory where your images are located, ie, /var/www/html/ChartDirector/phpdemo/. You may specify more than one directory by separating the directories with semi-colons (Windows) or colons (Linux).

If the parameter is not received or if the value received is blank, then the image search path is cleared. In that case, you must specify the full pathname to any images you use in your charts.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-12-21

 
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