Difference: CDChartDirectorDesignerAPI (93 vs. 94)

Revision 942011-11-09 - JeanNeron

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

Chart Director API for APPX

Line: 28 to 28
 
  • Consider renaming .LAYER ADD DATASET to something that includes TEMPLATE, since the use of 'dataset' conflicts with the use of 'dataset' when adding data points. Also consider renaming .LAYER LINK DATASET to include the word TEMPLATE.
  • 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.
Added:
>
>
  • .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?)
 

Overview

Line: 480 to 481
 Set the top extension, bottom extension, and zero affinity values that are to be used when auto-scaling the "current" axis.
.AXIS SET AXIS RND MIN
Changed:
<
<
Set to "true" if the minimum value of the "current" axis should be rounded to correspond with a tick value. (true, false, or blank allowed)
>
>
Controls whether or not the minimum value of the "current" axis should be rounded to correspond with a tick value.
 
.AXIS SET AXIS RND MAX
Changed:
<
<
Set to "true" if the maximum value of the "current" axis should be rounded to correspond with a tick value. (true, false, or blank allowed)
>
>
Controls whether or not the maximum value of the "current" axis should be rounded to correspond with a tick value.
 
.AXIS SET AXIS VAL DIR
Changed:
<
<
Set the direction for the values of the "current" axis. (NORMAL or REVERSE)
>
>
Set the direction for the values of the "current" axis.
 

Axis Tick Routines

.AXIS SET TICK CLR
 
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