Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartToolBox.Visible Property

Specifies whether the chart toolbox is displayed in a Chart View.

#Declaration

Delphi
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