Difference: CDChartDirectorDesignerAPI (44 vs. 45)

Revision 452010-05-16 - 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

Deleted:
<
<
.AXIS LABEL ADD NEXT

Add the next label to the "current" Axis of the "current" chart.

 
.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")

Changed:
<
<
.AXIS SET LBL FORMAT
>
>
Axis Title Routines
.AXIS SET TITLE
 
Changed:
<
<
Set the Format for the axis labels for the "current" axis. (The label format field is stored in the LABEL1 spec record.).
.AXIS SET LBL GAP
>
>
Set a title for the "current" axis. (creates a TEXTSPEC record which then becomes the current TEXT spec similar to .CHART SET TITLE)
.AXIS TTL SET FONT NAM
 
Changed:
<
<
Set the distance between the axis label and the tick in pixels for the "current" axis.
.AXIS SET LBL OFFSET
>
>
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
 
Changed:
<
<
Set the offset of the labels and the offset units for the the "current" axis. The offset units is an optional second parameter. The default for the offset unit is pixels.
.AXIS SET TITLE
>
>
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
 
Changed:
<
<
Set a title for the "current" axis. (creates a TEXTSPEC record which then becomes the current TEXT spec similar to .CHART SET TITLE)
.AXIS SET TITLE ALIGN
>
>
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 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 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 alignment of the axis title relative to the axis for the "current" axis.
Changed:
<
<
.AXIS SET TITLE GAP
>
>
.AXIS SET TITLE GAP
 
Changed:
<
<
Set the gap between the axis title and the axis for the "current" axis.
>
>
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
.AXIS LABEL ADD NEXT

Add the next label to the "current" Axis of the "current" chart.

.AXIS SET LBL FORMAT

Set the Format for the axis labels for the "current" axis. (The label format field is stored in the LABEL1 spec record.).

.AXIS SET LBL GAP

Set the distance between the axis label and the tick in pixels for the "current" axis.

.AXIS SET LBL OFFSET

Set the offset of the labels and the offset units for the the "current" axis. The offset units is an optional second parameter. The default for the offset unit is pixels.

 

Data Routines

Dataset Routines

.DATASET INITIALIZE
 
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