TcxGridChartPieDiagram.SeriesSites Property
Specifies if series sites are visible.
Declaration
property SeriesSites: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
If the SeriesSites property is set to False, the OnCustomDrawSeriesSite event does not occur.
Note
Use the SeriesCaptions property to hide or display series site captions the pie diagram.
Default Value
The SeriesSites property’s default value is False.
See Also