Difference: CDChartDirectorDesignerAPI (45 vs. 46)

Revision 462010-05-17 - SteveFrizzell

Line: 1 to 1
 

Chart Director API for APPX

This API can be used by an APPX designer to create business charts within an APPX application.

Line: 324 to 324
  Set the 3D depth of the current bar layer.

Axis Routines

Changed:
<
<
.AXIS SET CURRENT
>
>
General
.AXIS SET CURRENT
  Set the specified axis ("x", "y") of the "current" chart to be the "current" axis. (a second optional parameter can specify "Primary" or "Secondary")
Axis Title Routines
.AXIS SET TITLE

Set a title for the "current" axis. (creates a TEXTSPEC record which then becomes the current TEXT spec similar to .CHART SET TITLE)

Changed:
<
<
.AXIS TTL SET FONT NAM
>
>
.AXIS SET TTL FONT NAM
 
Changed:
<
<
Set the font name and font index for the title of the "current" Axis. (set the current textbox to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT NAME)
.AXIS TTL SET FONT IDX
>
>
Set the font name and font index for the title of the "current" Axis. (set the current textspec to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT NAME)
.AXIS SET TTL FONT IDX
 
Changed:
<
<
Set the font index for the title of the "current" axis. (set the current textbox to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT INDEX)
.AXIS TTL SET FONT STL
>
>
Set the font index for the title of the "current" axis. (set the current textspec to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT INDEX)
.AXIS SET TTL FONT STL
 
Changed:
<
<
Set the font style (normal, bold, italic) for the title of the "current" axis. (set the current textbox to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT STYLE)
.AXIS TTL SET FONT SZ
>
>
Set the font style (normal, bold, italic) for the title of the "current" axis. (set the current textspec to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT STYLE)
.AXIS SET TTL FONT SZ
 
Changed:
<
<
Set the font size for the title of the "current" axis. (set the current textbox to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT SZ)
.AXIS TTL SET FONT CLR
>
>
Set the font size for the title of the "current" axis. (set the current textspec to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT SZ)
.AXIS SET TTL FONT CLR
 
Changed:
<
<
Set the font color for the title of the "current" axis. (set the current textbox to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT CLR)
.AXIS SET TITLE ALIGN
>
>
Set the font color for the title of the "current" axis. (set the current textspec to be the axis title TEXTSPEC of the current axis and call .TEXT SET FONT CLR)
.AXIS SET TTL ALIGN
  Set the alignment of the axis title relative to the axis for the "current" axis.
Changed:
<
<
.AXIS SET TITLE GAP
>
>
.AXIS SET TTL GAP
  Set the gap between the axis title and the axis for the "current" axis. Note: Title gap does not seem to work correctly in all cases. I believe this is a bug in Chart Director.
Axis Label Routines
 
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