Back to Devexpress

TdxChartVisualElementAppearance.Border Property

vcl-dxchartcore-dot-tdxchartvisualelementappearance-1927ac4b.md

latest1.4 KB
Original Source

TdxChartVisualElementAppearance.Border Property

Specifies if the visual element displays a border.

Declaration

delphi
property Border: TdxDefaultBoolean read; write; default bDefault;

Property Value

TypeDefaultDescription
TdxDefaultBooleanbDefault
  • 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

TdxChartVisualElementAppearance Class

TdxChartVisualElementAppearance Members

dxChartCore Unit