Visit Gigasoft's Web Site
 ProEssentials v11 Help

SubsetAxes

Scope

Pego, Pesgo 

Type

Property Array of Int32

Default

Empty

JS / .NET

PeGrid.SubsetAxes

OCX / VCL

SubsetAxes

DLL

PEP_naSUBSETAXES

 

Purpose

Allows per subset control of axis index. When using this property array, the subset order is no longer related to setting MultiAxesSubsets.

SubsetAxes[nSubset] = 0-15

When not using this feature, be sure it is emptied with .Clear().

 

One must still set MultiAxesSubsets though you only needs to make sure that the total subsets allocated within the MultiAxesSubsets items equals or matches the value of Subsets. There is a test within the chart construction that verifies that allocation of MultiAxesSubsets uses all subsets.  So this test must still pass. 

 

When setting SubsetAxes, be sure to reference all axes at least once, the chart will alter MultiAxesSubset items for you to reflect the state of SubsetAxes. This allows changing the numbers of subsets per axis without having to change MultiAxesSubsets.

 

In the future we may expand this logic to allow SubsetAxes to be the overall controlling factor and it may auto resize MultiAxesSubsets and auto establish RandomSubsetsToGraph / SubsetsToShow. This feature is new and hopefully we will evolve it into an easier and more flexible way to handle multi axes. See example 013 

that uses SubsetAxes to change the order relationship of Subsets to MultiAxes. 

 

 

 

Comments

PeGrid.SubsetAxes members of Pego.PeGrid, Pesgo.PeGrid

 

See Also: MultiAxesSubsets