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

TcxGridChartPieDiagram.SeriesCaptions Property

Specifies whether series site captions are visible.

#Declaration

Delphi
property SeriesCaptions: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

True if series site captions are visible; otherwise, False.

#Remarks

Series site captions identify series. To display series site captions, set the SeriesCaptions property to True. Otherwise, series site captions are hidden. In this instance, the OnCustomDrawSeriesSiteCaption event is not raised.

You can specify the caption text via the DisplayText property of the corresponding series.

Note

Use the SeriesSite property to control the visibility of series sites within the pie diagram.

#Default Value

The SeriesCaptions property’s default value is True.

See Also