TcxGridChartPieDiagramValueCaptionPosition Enum
In This Article
Enumerates the available positions of data labels on pie slices in pie diagrams.
#Declaration
Delphi
TcxGridChartPieDiagramValueCaptionPosition = (
pdvcpNone,
pdvcpCenter,
pdvcpInsideEnd,
pdvcpOutsideEnd,
pdvcpOutsideEndWithLeaderLines
);
#Members
Name |
---|
pdvcp
|
pdvcp
|
pdvcp
|
pdvcp
|
pdvcp
|
#Remarks
All the possible values are listed in the following table.
Value | Meaning |
---|---|
pdvcp |
Data labels are not displayed. |
pdvcp |
Data labels are drawn in the center of the corresponding pie slices. |
pdvcp |
Data labels are displayed inside pie slices and aligned to the end (the arc) of the corresponding pie slices. |
pdvcp |
Data labels are displayed outside the data markers and aligned to the end (the arc) of the corresponding pie slices. |
pdvcp |
Data labels are displayed outside the pie slices. A leader line is drawn from each pie slice to a corresponding data label. |
See Also