TdxChartVisualElementAppearance.Border Property
In This Article
Specifies if the visual element displays a border.
#Declaration
Delphi
property Border: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
#Remarks
Set the Border
property to bTrue or bFalse to display or hide a border around the visual element. Use BorderColor and BorderThickness properties to change border appearance.
#Default Value
The Border
property’s default value is bDefault.
See Also