vcl-dxchartsimplediagram-dot-tdxchartpievaluelabels-d75287ae.md
Specifies the value label position in relation to the corresponding Pie or Doughnut series.
property Position: TdxChartPieValueLabelPosition read; write; default TdxChartPieValueLabelPosition.Inside;
| Type | Default | Description |
|---|---|---|
| TdxChartPieValueLabelPosition | Inside |
The value label position for a Pie or Doughnut series.
|
Use the Position property to switch between different value label arrangement modes.
| Value | Example[1] |
|---|---|
| TdxChartPieValueLabelPosition.Inside ( default ) | |
| TdxChartPieValueLabelPosition.Outside[2] | |
| TdxChartPieValueLabelPosition.Radial | |
| TdxChartPieValueLabelPosition.TwoColumns[2] |
Refer to the TdxChartPieValueLabelPosition type description for detailed information on all available options.
The Position property’s default value is TdxChartPieValueLabelPosition.Inside.
Footnotes
This example demonstrates different Position property values on the same [Doughnut] series under the following conditions:
Only these value label arrangement modes support label overlapping resolution. Refer to the ResolveOverlappingMode property description for details.
See Also
TdxChartPieValueLabels.ResolveOverlappingMode Property