Difference: CDChartDirectorDesignerAPI (70 vs. 71)

Revision 712011-09-26 - JeanNeron

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

Chart Director API for APPX

Line: 15 to 15
 
  • 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.
  • 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
Added:
>
>
  • 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.
 

Overview

Release 5.1.0 of the APPX Utility includes a new designer API which can be used to create charts within an APPX application. This API provides APPX Designers with a robust set of subroutines which can be called to design charts, define datasets, and render charts using datasets. These charts can then be dynamically embedded in APPX menus, input screens, and PDF reports.

Line: 164 to 165
 Set the width of the legend key icons for the "current" Legend Box.

.LEGEND SET ICON SZ:H

Changed:
<
<
Set the height fo the legend key icons for the "current" Legend Box.
>
>
Set the height of the legend key icons for the "current" Legend Box.
 

.LEGEND SET ICON GAP

Set the distance between the Legend icon and the Legend text.

.LEGEND SET KEY GAP

Changed:
<
<
Set the horizontal gap between the key icon and the key text and the vertical gap (line spacing) between the legend keys for the "current" Legend Box.
>
>
Set the horizontal gap between two legend entries for horizontal legend layout and the vertical gap (line spacing) between the legend keys for the "current" Legend Box.
 

.LEGEND SET KEY GAP:H

Changed:
<
<
Set the horizontal gap between the key icon and the key text for the "current" Legend Box.
>
>
Set the horizontal gap between two legend entries for horizontal legend layout for the "current" Legend Box.
 

.LEGEND SET KEY GAP:V

Set the vertical gap (line spacing) between the legend keys of the "current" Legend Box.

 
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