Version

ColumnSpacing Property (ColumnChart3DAppearance)

Gets/sets the spacing between each column in a series in column width increments.
Syntax
'Declaration
 
Public Property ColumnSpacing As Integer
public int ColumnSpacing {get; set;}
Remarks

This property is present for inheritance by the ColumnChartAppearance class for use in Column and Stacked Column charts, it does not apply to 3-D chart types.

ColumnSpacing determines how much space is placed between columns. The value is specified in whole column width increments. The space will always by a multiple of the width of a column of data.

Series Spacing
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also