Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartPieDiagramValues.CaptionItems Property

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
TcxGridChartPieDiagramValueCaptionItems

#Remarks

Options include:

Value

Description

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.

#Default Value

The CaptionItems property’s default value is [pdvciValue].

See Also