Skip to main content
All docs
V25.1
  • 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

    The value label position for a Pie or Doughnut series.

    Remarks

    Use the Position property to switch between different value label arrangement modes.

    Property Value Examples

    Value Example[1]
    TdxChartPieValueLabelPosition.Inside (default) VCL Chart Control: Value Labels are within Doughnut Slices
    TdxChartPieValueLabelPosition.Outside[2] VCL Chart Control: Simple External Value Labels
    TdxChartPieValueLabelPosition.Radial VCL Chart Control: Value Labels are Arranged Radially within Doughnut Slices
    TdxChartPieValueLabelPosition.TwoColumns[2] VCL Chart Control: Value Labels are Arranged in Two Columns

    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
    1. This example demonstrates different Position property values on the same [Doughnut] series under the following conditions:

    2. Only these value label arrangement modes support label overlapping resolution. Refer to the ResolveOverlappingMode property description for details.

    See Also