TdxChartVisualElementAppearance.Border Property
Specifies if the visual element displays a border.
Declaration
property Border: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default | Description |
---|---|---|
TdxDefaultBoolean | bDefault |
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