Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartVisualElementAppearance.Border Property

Specifies if the visual element displays a border.

#Declaration

Delphi
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