Difference: CDChartDirectorDesignerAPI (79 vs. 80)

Revision 802011-10-06 - JeanNeron

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

Chart Director API for APPX

Line: 13 to 13
 
    • It verifies the file exists only for a full pathname, should verify image directory as well
    • Also check .CHART SET BG WALLPAPR, probably has the same problem.
  • The examples in 1CD have the path /var/www/html/ChartDirector/phpdemo hardcoded. This path can vary depending on Windows vs Linux installation. The examples should probably check the server type and use the appropriate default.
Deleted:
<
<
  • The .CHART SET EXT CLR routine is mentioned here but does not exist.
 
  • The .CHART SET SHAPE AA seems to update the memory file, but unless you also call .CHART SET TXT AA MODE, nothing gets put in the php script. Even if you call .CHART SET TXT AA MODE, the parameter for shape AA is always true, even if you turned it off via .CHART SET SHAPE AA
  • The .LEGEND SET ICON GAP seems to update the memory file, but unless you also call .LEGEND SET ICON SZ, nothing gets written to the php script.
  • The .LEGEND SET TEMPLATE causes the chart to fail to render unless you enclose the text in "'s. When generating the php script, the API should do this automatically.
Line: 107 to 106
 

.CHART SET CNR R:BL

Set the radius of the Bottom Left corner of the "current" chart.

Changed:
<
<

.CHART SET EXT CLR

>
>

.CHART SET CNR EXT CLR

 
Changed:
<
<
Set the exterior color for rounded corners and/or the Drop Shadow effect of the "current" chart.
>
>
Set the exterior color for rounded corners for the "current" chart.

 

Base Chart Routines - Drop Shadow Options

.CHART SET DROP SHADOW

Line: 129 to 129
 

.CHART SET DS BLUR RAD

Set the Blur Radius of the Drop Shadow Effect for the "current" chart.

Changed:
<
<

.CHART SET EXT CLR

Set the exterior color for rounded corners and/or the Drop Shadow effect of the "current" chart.

>
>

 

Base Chart Routines - Options

.CHART SET TRANS TYPE

 
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