Visit Gigasoft's Web Site
 ProEssentials v9 Help

GroupingPercent

Scope

Pepco

Type

Int32

Default

3

.NET

PePlot.GroupingPercent

Ocx|Vcl

GroupingPercent

DLL

PEP_nGROUPINGPERCENT

 

Purpose

This property controls the size of Pie Chart slices that get grouped into the *Other slice. The *Other slice is used to make the graph more readable by pooling all the small sliver type pie slices into one larger pie slice.

 

Possible values are as follows:

 

Value

Description

0

No pie slices are grouped.

1

Slices 1% and smaller are grouped.

2

Slices 2% and smaller are grouped.

3

Slices 3% and smaller are grouped.

4

Slices 4% and smaller are grouped.

5

Slices 5% and smaller are grouped.

 

Pie Chart VCL Enumerations

eGroupingPercent = (pcNoGrouping, pcOnePercent, pcTwoPercent, pcThreePercent, pcFourPercent, pcFivePercent);

 

Comments

PePlot.GroupingPercent members of Pepco.PePlot