Difference: CDChartSetCornerStyle (1 vs. 4)

Revision 42012-02-19 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorBaseChartRoutines"
 

.CHART SET CNR STYLE

This subroutine sets the corner style of the "current" chart spec.

Revision 32011-11-09 - JeanNeron

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

.CHART SET CNR STYLE

Line: 9 to 9
 
      PASS         <cnr_style>        FIELD            SHARE? N
      GOSUB    0CD .CHART SET CNR STYLE
      *        Check for error

Changed:
<
<
IF 0CD .CHART SET CNR STYLE NE
>
>
IF 0CD .CHART SET CNR STYLE NE
 

Description:

This subroutine sets or resets the corner style of the border around the chart area for the "current" chart spec. The <cnr_style> value specifies the desired style.

Revision 22011-09-23 - JeanNeron

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

.CHART SET CNR STYLE

Line: 14 to 14
  This subroutine sets or resets the corner style of the border around the chart area for the "current" chart spec. The <cnr_style> value specifies the desired style.
Changed:
<
<
The <cnr_style> parameter is optional. If specified, it must be one of the following case insenstive values: Square, Squared, Round or Rounded.
>
>
The <cnr_style> parameter is optional. If specified, it must be one of the following values: Square, Squared, Round or Rounded.
  If you set a <cnr_style>, you must also call either .CHART SET EDGE COLOR to set an edge color or .CHART SET BG COLOR to set a background color, otherwise your corners will not be visible (they will be the same colour as your background). You can also set a background graphic via .CHART SET BG IMAGE or background tiling via .CHART SET BG WALLPAPR to differeniate your chart background from the corners.

Revision 12011-09-22 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CDChartDirectorDesignerAPI"

.CHART SET CNR STYLE

This subroutine sets the corner style of the "current" chart spec.


Usage:

      PASS         <cnr_style>        FIELD            SHARE? N
      GOSUB    0CD .CHART SET CNR STYLE
      *        Check for error
      IF       0CD .CHART SET CNR STYLE     NE

Description:

This subroutine sets or resets the corner style of the border around the chart area for the "current" chart spec. The <cnr_style> value specifies the desired style.

The <cnr_style> parameter is optional. If specified, it must be one of the following case insenstive values: Square, Squared, Round or Rounded.

If you set a <cnr_style>, you must also call either .CHART SET EDGE COLOR to set an edge color or .CHART SET BG COLOR to set a background color, otherwise your corners will not be visible (they will be the same colour as your background). You can also set a background graphic via .CHART SET BG IMAGE or background tiling via .CHART SET BG WALLPAPR to differeniate your chart background from the corners.

If a <cnr_style> parameter is not received or if the value received is blank, then the corner style of the chart spec is cleared and the default corner style will be rendered.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2011-09-22

 
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