Skip to main content

TcxGridChartToolBox.Position Property

Specifies the position of the chart toolbox within a chart.

Declaration

property Position: TcxGridChartToolBoxPosition read; write; default tpTop;

Property Value

Type Default
TcxGridChartToolBoxPosition tpTop

Remarks

Options include:

Value Meaning
tpTop Chart toolbox is displayed above a diagram.
tpBottom Chart toolbox is displayed under a diagram.

The default value of the Position property is tpTop.

See Also