Skip to main content
All docs
V25.1
  • TdxChartVisualElementAppearance.BorderThickness Property

    Specifies visual element border thickness, in pixels.

    Declaration

    property BorderThickness: Single read; write;

    Property Value

    Type Description
    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