Skip to main content

DefaultPadding Constant

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

Declaration

const DefaultPadding: Integer = 2;

Returns

Type Description
Integer

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

Remarks

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

See Also