TcxGridChartToolBox.Visible Property
Specifies whether the chart toolbox is displayed in a Chart View.
Declaration
property Visible: TcxGridChartToolBoxVisible read; write; default tvNonEmpty;
Property Value
Type | Default |
---|---|
TcxGridChartToolBoxVisible | tvNonEmpty |
Remarks
Options include:
Value | Meaning |
---|---|
tvNever | Chart toolbox is hidden. |
tvNonEmpty | Chart toolbox is displayed when at least a single customization tool is visible (the data level navigator, chart customization button or diagram selector). |
tvAlways | 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