TcxGridChartViewStyles.ToolBox Property
Specifies the style for a chart toolbox.
Declaration
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