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

TcxGridChartViewStyles.ToolBox Property

Specifies the style for a chart toolbox.

#Declaration

Delphi
property ToolBox: TcxStyle index vsToolBox read; write;

#Property Value

Type
TcxStyle

#Remarks

This property allows you to specify the following style attributes of a chart toolbox:

  • the background color or a bitmap;

  • font settings, the foreground color, and background color or a bitmap of the diagram selector and data level navigator together with its elements.

Note

Use the View’s ToolBox.Visible property to switch the chart toolbox’s visibility.

See Also