Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowPieLabels

Scope

Pepco

Type

Int32

Default

PESPL_PERCENTPLUSLABEL

.NET

PePlot.ShowPieLabels

Ocx|Vcl

ShowPieLabels

DLL

PEP_nSHOWPIELABELS

 

Purpose

This property controls the style of pie slice label. This property will allow the following options:

 

.NET Gigasoft.Enums.

ActiveX and

 

ShowPieLabels.

DLL Constants

Description

PercentPlusLabel

PESPL_PERCENTPLUSLABEL(0)

Percent plus Label

PercentOnly

PESPL_PERCENT(1)

Percent Only

LabelOnly

PESPL_LABEL(2)

Label Only

None

PESPL_NONE(3)

No Label

 

VCL Enumerations:

eShowPieLabels = (pcPercentPlusLabel, pcPercentOnly, pcLabelOnly, pcNoPieLabel);

 

Comments

PePlot.ShowPieLabels members of Pepco.PePlot

 

Setting label text is done with PointLabels.

 

Within the demo, see example 302.

 

See Also: DataLabelType, ShowPieLegend, SliceLabelFormat