Skip to main content
All docs
V25.1
  • DefaultMargins Constant

    Specifies the default visual element margins (in pixels) in the Chart control.

    Declaration

    const DefaultMargins: Integer = 5;

    Returns

    Type Description
    Integer

    The default left, top, right, and bottom visual element margins (in pixels) at 96 DPI.

    Remarks

    The DefaultMargins typed constant defines the default Padding.All property value of all TdxChartVisualElementAppearance class descendants that publish the Margins property.

    See Also