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.CaptionItemSeparator Property

Specifies a separator string for detail items to be included into pie slice labels.

#Declaration

Delphi
property CaptionItemSeparator: string read; write;

#Property Value

Type
string

#Remarks

If this property value is not specified, the GetCaptionItemSeparator function returns the default separator string used to separate these detail items.

Refer to the description of the CaptionItems property to learn about detail items available to display in pie slice labels.

See Also