Version

BarSpacing Property

Gets/Sets the value specifying an amount of space between each bar in a series, in whole bar width increments.
Syntax
'Declaration
 
Public Property BarSpacing As Integer
public int BarSpacing {get; set;}
Remarks

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

BarSpacing determines how much space is placed between bars. The value is specified in whole bar width increments. The space will always by a multiple of the width of a bar.

Series Spacing
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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