Difference: CDXYSetBarOlapOrder (1 vs. 3)

Revision 32012-02-25 - JeanNeron

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

.XY SET BAR OLAP:ORDER

This subroutine sets the order among overlapping bars within a bar group in a multi-bar chart.

Revision 22011-11-11 - JeanNeron

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

.XY SET BAR OLAP:ORDER

Revision 12011-10-19 - JeanNeron

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

.XY SET BAR OLAP:ORDER

This subroutine sets the order among overlapping bars within a bar group in a multi-bar chart.


Usage:

      PASS         <olap_order>       FIELD            SHARE? N
      GOSUB    0CD .XY SET BAR OLAP:ORDER
      *        Check for error
      IF       0CD .XY SET BAR OLAP:ORDER     NE

Description:

This subroutine sets the order among overlapping among bars within a bar group in a multi-bar chart.

You have to define a Layer via .XY ADD BAR LAYER for this subroutine to have any effect.

The parameter is optional, and if blank or not passed, will be reset to the default value.

<olap_order> - Valid values are First, Firstontop, First On Top, Last, Lastontop, Last On Top. If this value is First, Firstontop, or First On Top, the first data set will be on top of the second data during overlapping, and the second data set will be on top of the third data set, and so on. If this value is Last, Lastontop, or Last On Top, then the overlapping order will be reversed.

Also see .XY SET BAR OLAP to the order and ratio at the same time or .XY SET BAR OLAP:RATIO to set the ratio by itself.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-10-19

 
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