TcxGridChartPieDiagramValues.CaptionItems Property
In This Article
Specifies a set of detail items to be included into pie slice labels.
#Declaration
Delphi
property CaptionItems: TcxGridChartPieDiagramValueCaptionItems read; write; default [pdvciValue];
#Property Value
Type |
---|
Tcx |
#Remarks
Options include:
Value | Description |
---|---|
| Labels include category values. |
| Labels include chart values which correspond to pie slices. |
| Labels include percentage values of the corresponding pie slices within a pie chart. Use the Percentage |
Each detail item in pie slice labels is separated using the separator string as specified by the GetCaptionItemSeparator function.
#Default Value
The CaptionItems
property’s default value is [pdvciValue]
.
See Also