vcl-dxchartcontrol-dot-tdxchartcontrol.md
Specifies the Chart control’s border style.
property BorderStyle; default cxcbsDefault;
| Type | Default | Description |
|---|---|---|
| TcxControlBorderStyle | cxcbsDefault |
The active border style.
|
The Chart control can display a border whose appearance depends on the active look & feel settings. Set the BorderStyle to cxsbsNone or cxcbsDefault to disable or enable this border:
The Chart control displays a border whose appearance changes automatically according to the active look & feel settings. Use this option if you need to switch between different skins and color schemes in your application.
The Chart control displays no look & feel-dependent border. Use this option if you need more precise control over the border appearance. You can set the Appearance.Border property to bTrue to display a different border and use the Appearance.BorderThickness and Appearance.BorderColor properties to customize the border appearance.
Note
The Chart control displays two different borders if the BorderStyle and Appearance.Border properties are set to cxcbsDefault and bTrue, respectively.
The BorderStyle property’s default value is cxcbsDefault.
See Also