TcxGridChartToolBox.Visible Property
In This Article
Specifies whether the chart toolbox is displayed in a Chart View.
#Declaration
Delphi
property Visible: TcxGridChartToolBoxVisible read; write; default tvNonEmpty;
#Property Value
Type | Default |
---|---|
Tcx |
tv |
#Remarks
Options include:
Value | Meaning |
---|---|
tv |
Chart toolbox is hidden. |
tv |
Chart toolbox is displayed when at least a single customization tool is visible (the data level navigator, chart customization button or diagram selector). |
tv |
Chart toolbox is always displayed, regardless of the availability of its customization tools. |
To determine whether the chart toolbox is displayed in a Chart View, call the GetVisible function.
The default value of the Visible property is tvNonEmpty.
See Also