Difference: CDChartDirectorDesignerAPI (18 vs. 19)

Revision 192010-03-20 - 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.
Changed:
<
<
.CHART SET CURRENT
>
>
.CHART SET CURRENT
  Set the "current" chart to be a previously initialized chart.
Changed:
<
<
.CHART GET NAME
>
>
.CHART GET NAME
  Get the name of the "current" chart.
Changed:
<
<
.CHART RENDER
>
>
.CHART RENDER
  Render the "current" chart.
Changed:
<
<
.CHART SET TITLE
>
>
.CHART SET TITLE
  Set the title of the "current" chart.
Changed:
<
<
.CHART SET SIZE
>
>
.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.
.CHART SET BG COLOR
Line: 49 to 49
 Set the edge width of the chart.

Pie Chart Routines

Changed:
<
<
.PIE SET VIEW
>
>
.PIE SET VIEW
  Set the view of the pie to be 2D or 3D.
Changed:
<
<
.PIE SET SHAPE
>
>
.PIE SET SHAPE
  Set the shape of the pie to be Standard or Donut.
Changed:
<
<
.PIE SET ORIGIN
>
>
.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.
Changed:
<
<
.PIE SET RADIUS
>
>
.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.
Changed:
<
<
.PIE SET 3D MODE
>
>
.PIE SET 3D MODE
  Set the 3D mode to be Standard or Shadow.
Changed:
<
<
.PIE SET 3D DEPTH
>
>
.PIE SET 3D DEPTH
  Set the 3D depth of the pie.
Changed:
<
<
.PIE SET 3D VIEW ANGLE
>
>
.PIE SET 3D VIEW ANGLE
  Set the 3D viewing angle of the pie.

Pie Sector Routines

Changed:
<
<
.PIE SET EXPLODE
>
>
.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

Dataset Routines

Changed:
<
<
.DATASET INITIALIZE
>
>
.DATASET INITIALIZE
  Initialize a Dataset.
Changed:
<
<
.DATASET SET CURRENT
>
>
.DATASET SET CURRENT
  Set the "current" Dataset to be a previously initialized Dataset.
Changed:
<
<
.DATASET GET NAME
>
>
.DATASET GET NAME
  Get the name of the "current" Dataset.

Dataset Point Routines

Changed:
<
<
.POINT ADD NEW
>
>
.POINT ADD NEW
  Add a new Point to the "current" Dataset.
Changed:
<
<
.POINT SET VALUE
>
>
.POINT SET VALUE
  Set the value of the "current" Point in the "current" Dataset.
Changed:
<
<
.POINT SET LABEL
>
>
.POINT SET LABEL
  Set the Label of the "current" Point in the "current" Dataset.

Text Box Routines

Line: 242 to 242
  Set the layout direction of the text(horizontal or Vertical) in the "current" Text Object.

Color Routines

Changed:
<
<

.COLOR INITIALIZE

>
>

.COLOR INITIALIZE

  Initialize a Color Object.
Changed:
<
<

.COLOR SET CURRENT

>
>

.COLOR SET CURRENT

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

.COLOR GET NAME

>
>

.COLOR GET NAME

  Get the name of the "current" Color Object.
Changed:
<
<

.COLOR SET DEFAULT

>
>

.COLOR SET DEFAULT

  Clear the "current" Color Object.
Changed:
<
<

.COLOR SET COLOR

>
>

.COLOR SET COLOR

  Set the color of the "current" Color Object.
Changed:
<
<

.COLOR SET COLOR:RGB

>
>

.COLOR SET COLOR:RGB

  Set the individual colors of the "current" Color Object.
Changed:
<
<

.COLOR SET COLOR:R

>
>

.COLOR SET COLOR:R

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

.COLOR SET COLOR:G

>
>

.COLOR SET COLOR:G

  Set the Green value of the "current" Color Object.
Changed:
<
<

.COLOR SET COLOR:B

>
>

.COLOR SET COLOR:B

  Set the Blue value of the "current" Color Object.
Changed:
<
<

.COLOR SET COLOR:A

>
>

.COLOR SET COLOR:A

  Set the Alpha value of the "current" Color Object.
Changed:
<
<

.COLOR SET TRANSPARENT

>
>

.COLOR SET TRANSPARENT

  Set the alpha channel of the "current" Color Object to be Transparent.
Changed:
<
<

.COLOR SET OPAQUE

>
>

.COLOR SET OPAQUE

  Set the alpha channel of the "current" Color Object to be Opaque.

-- SteveFrizzell - 2010-02-14

Added:
>
>
META TOPICMOVED by="SteveFrizzell" date="1269082232" from="Main.ChartDirectorDesignerAPI" to="Main.CDChartDirectorDesignerAPI"
 
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