Skip to main content

TcxGridChartToolBox.Border Property

Specifies the border style of the chart toolbox.

Declaration

property Border: TcxGridChartToolBoxBorder read; write; default tbSingle;

Property Value

Type Default
TcxGridChartToolBoxBorder tbSingle

Remarks

Options include:

Value Meaning
tbNone No border is displayed around a chart toolbox.
tbSingle A chart toolbox has a single-pixel line border displayed around it.

The default value of the Border property is tbSingle.

See Also