| Object Reference > Bar Object > Bar Object Properties > ColumnSpacing Property (Bar) |
ColumnSpacing Property (Bar)
The amount of space between columns in a bar chart, measured as a percentage of the total amount of space available. Values between 1.0 and 100.0 are valid.
Property ColumnSpacing As Double
Example
' Set bar column spacing
Chart3D1.ChartArea.Bar.ColumnSpacing = 5.0
See Also