Visit Gigasoft's Web Site
 ProEssentials v9 Help

SliceLabelFormat

Scope

Pepco

Type

String

Default

empty

.NET

PePlot.SliceLabelFormat

Ocx|Vcl

SliceLabelFormat

DLL

PEP_szSLICELABELFORMAT

 

Purpose

If ShowPieLabels is set to show numberic values. This property allows for adding text before and after slice data numbers. It also controls placing commas on thousand marks and forcing decimal positions.

 

The format string consists of

 

{PRE-TEXT}|{.}{,}{0000}|{POST-TEXT}

 

Where all items are optional except pipe symbols, and one or more zeros can be provided in middle section.

 

For example, the value 1000 will be formatted as follows.

 

Format String

Result

"$|,|"

"$1,000"

"|,.00| dollars"

"1,000.00 dollars"

Comments

PePlot.SliceLabelFormat members of Pepco.PePlot