Back to Devexpress

TdxChartVisualElementAppearance.BorderThickness Property

vcl-dxchartcore-dot-tdxchartvisualelementappearance-767b082c.md

latest1.6 KB
Original Source

TdxChartVisualElementAppearance.BorderThickness Property

Specifies visual element border thickness, in pixels.

Declaration

delphi
property BorderThickness: Single read; write;

Property Value

TypeDescription
Single

The current border thickness (in pixels) at 96 DPI. The property value can be 0 or higher.

|

Remarks

Use BorderColor and BorderThickness properties to change visual element border appearance.

Property Setter Behavior

The BorderThickness property setter changes the property value to 0 if you assign a negative value to the BorderThickness property.

Property Values and Scaling

The BorderThickness property specifies the base border thickness (in pixels) that corresponds to 96 DPI. The Chart control’s draw routines multiply the BorderThickness property value by the current scale factor and round the result to the nearest integer to calculate the actual border thickness on the target screen.

Default Value

Different visual elements in the Chart control define different default BorderThickness property values.

See Also

TdxChartVisualElementAppearance.Border Property

TdxChartVisualElementAppearance Class

TdxChartVisualElementAppearance Members

dxChartCore Unit