Skip to main content

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

Meaning

pdvciCategory

Labels include category values.

pdvciValue

Labels include chart values which correspond to pie slices.

pdvciPercentage

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.

The default value of the CaptionItems property is [pdvciValue].

See Also