Difference: CDChartDirectorDesignerAPI (6 vs. 7)

Revision 72010-02-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: 11 to 11
 

Chart Initialization

Chart Specifications

General Chart Routines

Changed:
<
<
.CHART INITIALIZE
>
>
.CHART INITIALIZE
  Initialize a chart.
.CHART SET CURRENT
Line: 47 to 47
 
.CHART SET EDGE COLOR

Set the edge color of the chart.

Deleted:
<
<
.CHART SET VIEW

Set the view of the chart to 2D or 3D.

 

Pie Chart Routines

Added:
>
>
.PIE SET VIEW

Set the view of the pie to be 2D or 3D.

.PIE SET SHAPE
 
Changed:
<
<
.PIE SET SHAPE
>
>
Set the shape of the pie to be Standard or Donut.
.PIE SET ORIGIN
 
Changed:
<
<
.PIE SET ORIGIN
>
>
Set the x and y coordinates (horizonal and vertical) of the center of the pie.
.PIE SET ORIGIN:X
 
Changed:
<
<
.PIE SET ORIGIN:X
>
>
Set the x coordinate (horizontal) of the center of the pie.
.PIE SET ORIGIN:Y
 
Changed:
<
<
.PIE SET ORIGIN:Y
>
>
Set the y coordinate (vertical) of the center of the pie.
.PIE SET RADIUS
 
Changed:
<
<
.PIE SET RADIUS
>
>
Set the radius of the pie.
.PIE SET RADIUS:OUTER
 
Changed:
<
<
.PIE SET RADIUS:OUTER
>
>
Set the outer radius of a Donut pie.
.PIE SET RADIUS:INNER
 
Changed:
<
<
.PIE SET RADIUS:INNER
>
>
Set the inner radius of a Donut pie.
.PIE SET 3D MODE
 
Changed:
<
<
.PIE SET 3D:MODE
>
>
Set the 3D mode to be Standard or Shadow.
.PIE SET 3D DEPTH
 
Changed:
<
<
.PIE SET 3D:DEPTH
>
>
Set the 3D depth of the pie.
.PIE SET 3D VIEW ANGLE
 
Changed:
<
<
.PIE SET 3D:VIEW ANGLE
>
>
Set the 3D viewing angle of the pie.
 

Pie Sector Routines

.PIE EXPLODE

Line: 128 to 138
  Set the edge color for the "current" Text Object.

Color Routines

Added:
>
>

.COLOR INITIALIZE

Initialize a Color Object.

.COLOR SET CURRENT

Set the "current" Color Object to be a previously initialized Color Object.

.COLOR GET NAME

Get the name of the "current" Color Object.

.COLOR SET COLOR

Set the transparency and color of the "current" Color Object.

.COLOR SET TRANS

Set the Transparency value of the "current" Color Object.

.COLOR SET COLOR:RED

 
Changed:
<
<
.COLOR INITIALIZE
>
>
Set the Red value of the "current" Color Object.

.COLOR SET COLOR:GREEN

 
Changed:
<
<
.COLOR SET CURRENT
>
>
Set the Green value of the "current" Color Object.

.COLOR SET COLOR:BLUE

 
Changed:
<
<
.COLOR GET NAME
>
>
Set the Blue value of the "current" Color Object.
  -- SteveFrizzell - 2010-02-14
 
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