Difference: CDChartDirectorDesignerAPI (13 vs. 14)

Revision 142010-03-03 - 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: 29 to 29
 
.CHART SET SIZE

Set the size (height and width) of the "current" chart.

Changed:
<
<
.CHART SET SIZE:H
>
>
.CHART SET SIZE:H
  Set the height of the "current" chart.
Changed:
<
<
.CHART SET SIZE:W
>
>
.CHART SET SIZE:W
  Set the width of the "current" chart.
Changed:
<
<
.CHART SET COLOR BG
>
>
.CHART SET BG COLOR
  Set the background color of the chart to the "current" color.
Changed:
<
<
.CHART SET COLOR EDGE
>
>
.CHART SET EDGE COLOR
  Set the edge color of the chart.
Changed:
<
<
.CHART SET EDGE EFFECT
>
>
.CHART SET EDGE EFFECT
  Set the edge effect of the chart.
Changed:
<
<
.CHART SET EDGE WIDTH
>
>
.CHART SET EDGE WIDTH
  Set the edge width of the chart.
Line: 58 to 58
 
.PIE SET ORIGIN

Set the x and y coordinates (horizonal and vertical) of the center of the pie.

Changed:
<
<
.PIE SET ORIGIN:X
>
>
.PIE SET ORIGIN:X
  Set the x coordinate (horizontal) of the center of the pie.
Changed:
<
<
.PIE SET ORIGIN:Y
>
>
.PIE SET ORIGIN:Y
  Set the y coordinate (vertical) of the center of the pie.
.PIE SET RADIUS

Set the radius of the pie.

Changed:
<
<
.PIE SET RADIUS:OUTER
>
>
.PIE SET RADIUS:OUTER
  Set the outer radius of a Donut pie.
Changed:
<
<
.PIE SET RADIUS:INNER
>
>
.PIE SET RADIUS:INNER
  Set the inner radius of a Donut pie.
.PIE SET 3D MODE
Line: 86 to 86
 
.PIE SET EXPLODE

Set all pie sectors to be exploded.

Changed:
<
<
.PIE SET EXPLODE:MODE
>
>
.PIE SET EXPLODE:MODE
  Set the Explode Mode of the pie to be None, All, or Range.
Changed:
<
<
.PIE SET EXPLODE:DIST
>
>
.PIE SET EXPLODE:DIST
  Set the Explosion Depth.
Changed:
<
<
.PIE SET EXPLODE:RANGE
>
>
.PIE SET EXPLODE:RANGE
  Set the beginning and ending sector numbers of the range of sectors to explode.
Changed:
<
<
.PIE SET EXPLODE:BEG
>
>
.PIE SET EXPLODE:BEG
  Set the beginning sector number of the range of sectors to explode.
Changed:
<
<
.PIE SET EXPLODE:END
>
>
.PIE SET EXPLODE:END
  Set the ending sector number of the range of sectors to explode.

Data Routines

Line: 123 to 123
  Set the Label of the "current" Point in the "current" Dataset.

Text Box Routines

Changed:
<
<

.TEXT INITIALIZE

>
>

General Text Box Routines

.TEXT INITIALIZE
  Initialize a Text Object
Changed:
<
<

.TEXT SET CURRENT

>
>
.TEXT SET CURRENT
  Set the "current" Text Object to be a previously initialized Text Object.
Changed:
<
<

.TEXT GET NAME

>
>
.TEXT GET NAME
  Get the name of the "current" Text Object.
Changed:
<
<

.TEXT SET FONT NAME

>
>

Font Routines

.TEXT SET FONT NAME
 
Changed:
<
<
Set the font name for the "current" Text Object.

.TEXT SET FONT STYLE

>
>
Set the font name and font index for the "current" Text Object.
.TEXT SET FONT INDEX
 
Changed:
<
<
Set the font style for the "current" Text Object.

.TEXT SET POINT SIZE

>
>
Set the font index.
.TEXT SET FONT STYLE
 
Changed:
<
<
Set the point size for the "current" Text Object

.TEXT SET POINT SIZE:H

>
>
Set the font style (normal, bold, italic) for the "current" Text Object.
.TEXT SET FONT SIZE

Set the font size for the "current" Text Object.

.TEXT SET FONT SIZE:H
  Set the height of the font for the "current" Text Object.
Changed:
<
<

.TEXT SET POINT SIZE:W

>
>
.TEXT SET FONT SIZE:W
  Set the width of the font for the "current" Text Object.
Changed:
<
<

.TEXT SET COLOR FG

>
>
.TEXT SET FONT COLOR

Set the font color for the "current" Text Object.

.TEXT SET FONT LAYOUT
 
Changed:
<
<
Set the foreground color for the "current" Text Object.

.TEXT SET COLOR BG

>
>
Set the font layout direction (horizontal or Vertical).

Text Box Routines

.TEXT SET BG COLOR
  Set the background color for the "current" Text Object.
Changed:
<
<

.TEXT SET COLOR EDGE

>
>
.TEXT SET EDGE COLOR
  Set the edge color for the "current" Text Object.
Added:
>
>
.TEXT SET EDGE EFFECT

Set the edge effect (Flat, Raised, or Depressed) of the "current" Text Object.

.TEXT SET EDGE WIDTH

Set the edge width of the "current" Text Object.

.TEXT SET CORNER STYLE

Set the corner style (Square or Rounded) of the "current" Text Object.

.TEXT SET CORNER RADIUS

Set the corner radius' of the "current" Text Object.

.TEXT SET CORNER RAD:TL

Set the radius of the Top Left corner of the "current" Text Object]]

.TEXT SET CORNER RAD:TR

Set the radius of the Top Right corner of the "current" Text Object]]

.TEXT SET CORNER RAD:BR

Set the radius of the Bottom Right corner of the "current" Text Object]]

.TEXT SET CORNER RAD:BL

Set the radius of the Bottom Left corner of the "current" Text Object]]

.TEXT SET ROTATE ANGLE

Set the rotation angle for the "current" Text Object.

.TEXT SET LOCATION

Set the location (x and y) of the "current" Text Object.

.TEXT SET LOCATION:X

Set the x coordinate of the location of the "current" Text Object.

.TEXT SET LOCATION:Y

Set the y coordinate of the location of the "current" Text Object.

.TEXT SET SIZE

Set the size (height and width) of the "current" Text Object.

.TEXT SET SIZE:H

Set the height of the "current" Text Object.

.TEXT SET SIZE:W

Set the width of the "current" Text Object.

.TEXT SET MAX WIDTH

Set the maximum width of the "current" Text Object.

.TEXT SET Z ORDER

Set the Z Order of the "current" Text Object.

Text Format Routines

.TEXT SET MAX LINES

Set the maximum number of lines of text that can be displayed in the "current" Text Object.

.TEXT SET MARGINS

Set the margins of the "current" Text Object.

.TEXT SET MARGIN:L

Set the Left margin of the "current" Text Object.

.TEXT SET MARGIN:R

Set the Right margin of the "current" Text Object.

.TEXT SET MARGIN:T

Set the Top margin of the "current" Text Object.

.TEXT SET MARGIN:B

Set the Bottom margin of the "current" Text Object.

 

Color Routines

.COLOR 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