Difference: CDChartDirectorDesignerAPI (96 vs. 97)

Revision 972011-11-10 - JeanNeron

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

Chart Director API for APPX

Line: 515 to 515
 Set the font name and font index for the title of the "current" Axis.
.AXIS SET TTL FONT IDX
Changed:
<
<
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)
>
>
Set the font index for the title of the "current" axis.
 
.AXIS SET TTL FONT STL
Changed:
<
<
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)
>
>
Set the font style (normal, bold, italic) for the title of the "current" axis.
 
.AXIS SET TTL FONT SZ
Changed:
<
<
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)
>
>
Set the font size for the title of the "current" axis.
 
.AXIS SET TTL FONT CLR
Changed:
<
<
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)
>
>
Set the font color for the title of the "current" axis.
 
.AXIS SET TTL ALIGN

Set the alignment of the axis title relative to the axis for the "current" axis.

.AXIS SET TTL GAP
Changed:
<
<
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. Possible bug in Chart Director.
>
>
Set the gap between the axis title and the axis for the "current" axis.
 

Axis Label Routines

.AXIS LABEL ADD NEXT

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

.AXIS SET LBL FONT NAM
Changed:
<
<
Set the font name and font index for the "current" label of the "current" Axis. (set the current textspec to be the current label TEXTSPEC of the current axis and call .TEXT SET FONT NAME)
>
>
Set the font name and font index for the "current" label of the "current" Axis.
 
.AXIS SET LBL FONT IDX
Changed:
<
<
Set the font index for the "current" label of the "current" axis. (set the current textspec to be the current label TEXTSPEC of the current axis and call .TEXT SET FONT INDEX)
>
>
Set the font index for the "current" label of the "current" axis.
 
.AXIS SET LBL FONT STL
Changed:
<
<
Set the font style (normal, bold, italic) for the "current" label of the "current" axis. (set the current textspec to be the current label TEXTSPEC of the current axis and call .TEXT SET FONT STYLE)
>
>
Set the font style (normal, bold, italic) for the "current" label of the "current" axis.
 
.AXIS SET LBL FONT SZ
Changed:
<
<
Set the font size for the "current" label of the "current" axis. (set the current textspec to be the current label TEXTSPEC of the current axis and call .TEXT SET FONT SZ)
>
>
Set the font size for the "current" label of the "current" axis.
 
.AXIS SET LBL FONT CLR
Changed:
<
<
Set the font color for the "current" label of the "current" axis. (set the current textspec to be the current label TEXTSPEC of the current axis and call .TEXT SET FONT CLR)
>
>
Set the font color for the "current" label of the "current" axis.
 
.AXIS SET LBL ROTATION
Changed:
<
<
Set the rotation angle for the "current" label of the "current" axis. (set the current textspec to be the current label TEXTSPEC of the current axis and call .TEXT SET LBL ROTATION)
>
>
Set the rotation angle for the "current" label of the "current" axis.
 
.AXIS SET LBL FORMAT
Changed:
<
<
Set the Format for the axis labels for the "current" axis. (The label format field is stored in the LABEL1 spec record.).
>
>
Set the Format for the axis labels for the "current" axis.
 
.AXIS SET LBL GAP

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

 
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