Visit Gigasoft's Web Site
 ProEssentials v9 Help

ComparisonSubsets

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

empty

.NET

PePlot.ComparisonSubsets

Ocx|Vcl

ComparisonSubsets

DLL

PEP_nCOMPARISONSUBSETS

 

Purpose

This property is used when you want to combine two different plotting methods in the same graph. This property designates the last (n) quantity of subsets as comparison subsets that should be plotted in an alternate plotting method PlottingMethodII.

 

Comments

PePlot.ComparisonSubsets members of Pego.PePlot, Pesgo.PePlot, Pe3do.PePlot, Pepso.PePlot

 

Heres some example graphing scenarios:

 

Subsets 

1st Plot Style 

2nd Plot Style 

ComparisonSubsets

2

1 point

1 line

1

4

1 bar

3 lines

3

5

3 lines

2 points

2

6

4 box plot

2 lines

2

 

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

 

If you want comparison subsets plotted with respect to an alternate right y axis, use RYAxisComparisonSubsets.

 

Chapter 6 also has more information on ComparisonSubsets.