TcxGridChartToolBox Class
A panel with end-user customization tools in the Chart View area.
Declaration
TcxGridChartToolBox = class(
TcxCustomGridOptions
)
Remarks
In addition to the settings inherited from the base TcxCustomGridOptions class, the TcxGridChartToolBox
class introduces properties that control the appearance of the following customization tools:
- Data level navigator (DataLevelsInfoVisible, DataLevelActiveValueDropDownCount, and DataLevelActiveValueDropDownWidth).
- Chart customization button (CustomizeButton).
- Diagram selector (DiagramSelector).
- Toolbox visibility and position in a Chart View (Visible and Position).
- Toolbox border style (Border).
Direct TcxGridChartToolBox Class Reference
The TcxGridChartView.ToolBox property references a TcxGridChartToolBox
object.
Inheritance
See Also