<< Click to Display Table of Contents >> ChartPieLabelType |
(Chart Property) Pie Chart only: Determines, how the labels of a pie chart are drawn.
property ChartPieLabelType [integer] VPE.ChartPieLabelType
write; runtime only
Possible Values:
ActiveX / VCL |
Value |
Enum |
Comment |
VCHART_PIE_LABEL_NONE |
0 |
None |
no labels are drawn |
VCHART_PIE_LABEL_PERCENTAGE |
1 |
Percentage |
the percentage values are drawn |
VCHART_PIE_LABEL_LEGEND |
2 |
Legend |
the legend texts are used for the labels |
VCHART_PIE_LABEL_XLABELS |
3 |
Xlabels |
the user-defined x-labels are used |
Default:
PIE_LABEL_PERCENTAGE