TcxGridChartToolBox.DiagramSelector Property
In This Article
Specifies if the diagram selector is displayed in the chart toolbox.
#Declaration
Delphi
property DiagramSelector: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set the DiagramSelector
property to True
to display the diagram selector in the chart toolbox.
#Default Value
The DiagramSelector
property’s default value is False
.
See Also