property Graph.Pad as Variant
Defines the chart's padding (space between the chart's content and its border)
Type
Description
Variant
A string expression in "horizontal,vertical" format or a numeric expression that specifies the horizontal and vertical padding.
By default, the Pad property is "4,4". The Pad property defines the chart's padding (space between the chart's content and its border).
For instance:
""
, defines no padding
2
, defines 2-pixels horizontally and vertically