Skip to main content
A newer version of this page is available. .

TcxGridChartPieDiagram.SeriesSites Property

Specifies whether series sites are visible.

Declaration

property SeriesSites: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to display the series site for each pie. Otherwise, series sites are hidden. In this instance, the OnCustomDrawSeriesSite event is not raised.

Note

Use the SeriesCaptions property to control the visibility of series site captions within the pie diagram.

The default value of the SeriesSites property is False.

See Also