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