TcxGridChartPieDiagram.SeriesSites Property
In This Article
Specifies if series sites are visible.
#Declaration
Delphi
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 Series
#Default Value
The SeriesSites
property’s default value is False
.
See Also