Skip to main content

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
  • If bTrue, the visual element displays a border.
  • If bFalse, the visual element border is hidden.
  • If bDefault, the visual element displays a border only if it is defined for the current visual element type in the built-in style sheet of the Chart control.

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