Visit Gigasoft's Web Site
 ProEssentials v9 Help

RYAxisComparisonSubsets

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

empty

.NET

PePlot.RYAxisComparisonSubsets

Ocx|Vcl

RYAxisComparisonSubsets

DLL

PEP_nRYAXISCOMPARISONSUBSETS

 

Purpose

This property is used when you want to combine two different plotting methods in the same graph and the second plotting style graphed with respect to an alternate right y axis. This property designates the last (n) quantity of subsets as right y axis comparison subsets that should be with respect to the right y axis.

 

Comments

PePlot.RYAxisComparisonSubsets members of Pego.PePlot, Pesgo.PePlot, Pepso.PePlot

 

Within the demo, see example 003.

 

Heres some example graphing scenarios:

 

Subsets 

First Style 

Second Style 

RYAxisComparisonSubsets

2

1

1

1

4

1

3

3

5

3

2

2

6

4

2

2

 

For the above scenarios, you use PlottingMethod to control the First Style and PlottingMethodII for the Second Style. Comparison subsets are always located after non-comparison subsets. Note how the number of subsets in the Second Style equal the number of subsets set in RYAxisComparisonSubsets.

 

If you want comparison subsets plotted with respect to the same left y axis, use ComparisonSubsets.

 

For Polar Objects, this property will cause an additional y axis to be placed 90 degrees from the first y axis.

 

See Chapter 6 for more information on Comparison Subsets.