TcxGridChartToolBox.Border Property
In This Article
Specifies the border style of the chart toolbox.
#Declaration
Delphi
property Border: TcxGridChartToolBoxBorder read; write; default tbSingle;
#Property Value
Type | Default |
---|---|
Tcx |
tb |
#Remarks
Options include:
Value | Meaning |
---|---|
tb |
No border is displayed around a chart toolbox. |
tb |
A chart toolbox has a single-pixel line border displayed around it. |
The default value of the Border property is tbSingle.
See Also