TcxGridChartPieDiagramValues.CaptionItems Property
Specifies a set of detail items to be included into pie slice labels.
Declaration
property CaptionItems: TcxGridChartPieDiagramValueCaptionItems read; write; default [pdvciValue];
Property Value
Type |
---|
TcxGridChartPieDiagramValueCaptionItems |
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 PercentageCaptionFormat property to specify the format pattern used to create string representations of these percentage values. |
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