Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartPieDiagramValueCaptionPosition Enum

Enumerates the available positions of data labels on pie slices in pie diagrams.

#Declaration

Delphi
TcxGridChartPieDiagramValueCaptionPosition = (
    pdvcpNone,
    pdvcpCenter,
    pdvcpInsideEnd,
    pdvcpOutsideEnd,
    pdvcpOutsideEndWithLeaderLines
);

#Members

Name
pdvcpNone
pdvcpCenter
pdvcpInsideEnd
pdvcpOutsideEnd
pdvcpOutsideEndWithLeaderLines

#Remarks

All the possible values are listed in the following table.

Value Meaning
pdvcpNone Data labels are not displayed.
pdvcpCenter Data labels are drawn in the center of the corresponding pie slices.
pdvcpInsideEnd Data labels are displayed inside pie slices and aligned to the end (the arc) of the corresponding pie slices.
pdvcpOutsideEnd Data labels are displayed outside the data markers and aligned to the end (the arc) of the corresponding pie slices.
pdvcpOutsideEndWithLeaderLines Data labels are displayed outside the pie slices. A leader line is drawn from each pie slice to a corresponding data label.
See Also