Difference: CDChartDirectorDesignerAPI (94 vs. 95)

Revision 952011-11-10 - JeanNeron

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

Chart Director API for APPX

Line: 29 to 29
 
  • Code examples are supposed to be copy/pasteable into the ILF editor, but there's a good chance lots of them won't work, as this requirement wasn't known when the pages were written. Review all ILF samples to make sure they work?
  • .AXIS SET AXIS L has no effect on the length of the axis line.
  • .AXIS SET AXIS RND MIN and .AXIS SET AXIS RND MAX don't work unless you use both subroutines. (Sub C.XYCHART,"* Set axis rounded minimum & maximum IF 0CD AXISSPEC AXIS RND MIN NE AND 0CD AXISSPEC AXIS RND MAX NE". Should be an OR?)
Changed:
<
<
>
>
  • Setting AXISSPEC TICK MAJ DIST and AXISSPEC TICK MIN DIST (via .AXIS SET TICK DENSITY) calls the setMinTickInc method instead of setTickDensity.
 

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: 116 to 117
 

.CHART SET CNR EXT CLR

Set the exterior color for rounded corners for the "current" chart.

Deleted:
<
<

 

Base Chart Routines - Drop Shadow Options

.CHART SET DROP SHADOW

Line: 136 to 136
 

.CHART SET DS BLUR RAD

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

Deleted:
<
<

 

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