TdxChartPieValueLabels.Position Property
Specifies the value label position in relation to the corresponding Pie or Doughnut series.
Declaration
property Position: TdxChartPieValueLabelPosition read; write; default TdxChartPieValueLabelPosition.Inside;
Property Value
Type | Default | Description |
---|---|---|
TdxChartPieValueLabelPosition | Inside |
Remarks
Use the Position
property to switch between different value label arrangement modes.
Examples
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.
Default Value
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:- The LineLength property is set to
15
. - The TextFormat property is set to
'{V:0.00}M km²'
. - The ResolveOverlappingMode property value is set to TdxChartSeriesValueLabelsResolveOverlappingMode.Default.
- The LineLength property is set to
-
Only these value label arrangement modes support label overlapping resolution. Refer to the ResolveOverlappingMode property description for details.
See Also