TcxGridChartPieDiagramValueCaptionPosition Enum
Enumerates the available positions of data labels on pie slices in pie diagrams.
Declaration
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