Difference: CDXYSetBarShape (1 vs. 4)

Revision 42012-02-25 - JeanNeron

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

.XY SET BAR SHAPE

This subroutine sets the shape of the bars in the current Data Point, Data Set Template, Data Group, or XY Bar Layer.

Revision 32012-01-11 - JeanNeron

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

.XY SET BAR SHAPE

Changed:
<
<
This subroutine sets the shape of the bars in the current Data Point, Data Set, Data Group, or XY Bar Layer.
>
>
This subroutine sets the shape of the bars in the current Data Point, Data Set Template, Data Group, or XY Bar Layer.
 

Usage:

Line: 13 to 13
  IF 0CD .XY SET BAR SHAPE NE

Description:

Changed:
<
<
This subroutine sets the shape of the bars in the current Data Point, Data Set, Data Group, or XY Bar Layer.
>
>
This subroutine sets the shape of the bars in the current Data Point, Data Set Template, Data Group, or XY Bar Layer.
  <shape_name> must refer to a shape you previously defined using .SHAPE INITIALIZE. The subroutine will cancel if this parameter is not passed.
Line: 21 to 21
  If <data_point_no> is not passed, then the shape will be applied in the following order:
Changed:
<
<
- "current" data point, if there is one, otherwise
- "current" data set, if there is one, otherwise
- "current" data group, if there is one, otherwise
- "current" data layer, if there is one, otherwise an error is returned.
>
>
- "current" data point, if there is one, otherwise
- "current" data set template, if there is one, otherwise
- "current" data group, if there is one, otherwise
- "current" data layer, if there is one, otherwise an error is returned.
  See Datasets Overview for more information on working with data.
Changed:
<
<
Also see .XY SET BAR SHAPE:DP to set the shape for the "current" data point, .XY SET BAR SHAPE:DS to set the shape for the "current" data set, .XY SET BAR SHAPE:DG to set the shape for the "current" data group, and .XY SET BAR SHAPE:LR to set the shape for the "current" layer.
>
>
Also see .XY SET BAR SHAPE:DP to set the shape for the "current" data point, .XY SET BAR SHAPE:DS to set the shape for the "current" data set template, .XY SET BAR SHAPE:DG to set the shape for the "current" data group, and .XY SET BAR SHAPE:LR to set the shape for the "current" layer.
  <shape_name> becomes the "current" shape spec after calling this routine.

Comments:

Revision 22011-11-11 - JeanNeron

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

.XY SET BAR SHAPE

Revision 12011-10-21 - JeanNeron

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

.XY SET BAR SHAPE

This subroutine sets the shape of the bars in the current Data Point, Data Set, Data Group, or XY Bar Layer.


Usage:

      PASS         <shape_name>       FIELD            SHARE? N
      PASS         <data_point_no>    FIELD            SHARE? N
      GOSUB    0CD .XY SET BAR SHAPE
      *        Check for error
      IF       0CD .XY SET BAR SHAPE     NE

Description:

This subroutine sets the shape of the bars in the current Data Point, Data Set, Data Group, or XY Bar Layer.

<shape_name> must refer to a shape you previously defined using .SHAPE INITIALIZE. The subroutine will cancel if this parameter is not passed.

<data_point_no> is optional, and if passed, should refer to a point added via .POINT ADD NEW. The first data point you add will have a <data_point_no> of 1, the second will be 2, and so on.

If <data_point_no> is not passed, then the shape will be applied in the following order:

- "current" data point, if there is one, otherwise
- "current" data set, if there is one, otherwise
- "current" data group, if there is one, otherwise
- "current" data layer, if there is one, otherwise an error is returned.

See Datasets Overview for more information on working with data.

Also see .XY SET BAR SHAPE:DP to set the shape for the "current" data point, .XY SET BAR SHAPE:DS to set the shape for the "current" data set, .XY SET BAR SHAPE:DG to set the shape for the "current" data group, and .XY SET BAR SHAPE:LR to set the shape for the "current" layer.

<shape_name> becomes the "current" shape spec after calling this routine.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-10-21

 
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