Back to Devexpress

TcxGridChartPieDiagramValueCaptionPosition Enum

vcl-cxgridchartview-a397cf79.md

latest1.2 KB
Original Source

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.

ValueMeaning
pdvcpNoneData labels are not displayed.
pdvcpCenterData labels are drawn in the center of the corresponding pie slices.
pdvcpInsideEndData labels are displayed inside pie slices and aligned to the end (the arc) of the corresponding pie slices.
pdvcpOutsideEndData labels are displayed outside the data markers and aligned to the end (the arc) of the corresponding pie slices.
pdvcpOutsideEndWithLeaderLinesData labels are displayed outside the pie slices. A leader line is drawn from each pie slice to a corresponding data label.

See Also

cxGridChartView Unit