Visit Gigasoft's Web Site
 ProEssentials v9 Help

DataLabelType

Scope

Pepco

Type

Int32

Default

PEDLT_PERCENTAGE

.NET

PePlot.DataLabelType

Ocx|Vcl

DataLabelType

DLL

PEP_nDATALABELTYPE

 

Purpose

This property controls whether the Pie Chart Object displays slice labels as percentages or actual values.

 

The following constants apply to this property:

 

.NET Gigasoft.Enums.

ActiveX and

 

DataLabelType.

DLL Constants

Description

Percentage

PEDLT_PERCENTAGE(0)

Data Labels as Percentages.

Value

PEDLT_VALUE(1)

Data Labels as Values.

 

Pie Chart VCL Enumerations

eDataLabelType = (pcPercentage, pcDataValue);

 

Comments

PePlot.DataLabelType members of Pepco.PePlot

 

See Also: ShowPieLegend, ShowPieLabels