TcxGridChartPieDiagram.SeriesCaptions Property
In This Article
Specifies whether series site captions are visible.
#Declaration
Delphi
property SeriesCaptions: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#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 Series
#Default Value
The SeriesCaptions
property’s default value is True
.
See Also