Visit Gigasoft's Web Site
 ProEssentials v9 Help

Subsets

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Int32

Default

1

.NET

PeData.Subsets

Ocx|Vcl

Subsets

DLL

PEP_nSUBSETS

 

Purpose

This property defines the number of subsets that the object will contain.

 

For example, if a line chart has 3 lines, red, green, and blue, then the graph sets the Subsets property to 3. If each line is made up of 10 data points, then the graph sets the Points property to 10.

 

Comments

PeData.Subsets members of Pego.PeData, Pesgo.PeData, Pepso.PeData, Pe3do.PeData, Pepco.PeData

 

Within the demo, see example 000.

 

Subsets * Points equals the total number of data values that the object will contain.

 

IMPORTANT:

Always set this property and the Points property prior to passing data. Setting this property allocates memory for storage.

 

Also, if you need to adjust this property and preserve the existing data already in the control, make sure SubsetByPoint is set to TRUE

 

See Also: SubsetLabels, SubsetColors, SubsetLineTypes, SubsetPointTypes, YData.