TcxGridChartToolBox.Position Property
Specifies the position of the chart toolbox.
Declaration
property Position: TcxGridChartToolBoxPosition read; write; default tpTop;
Property Value
| Type | Default | Description |
|---|---|---|
| TcxGridChartToolBoxPosition | tpTop | The chart toolbox position in a Chart View. |
Remarks
Options include:
| Value | Description |
|---|---|
tpTop |
The chart toolbox is displayed above a diagram. |
tpBottom |
The chart toolbox is displayed under a diagram. |
Default Value
The Position property’s default value is tpTop.
See Also