{description}
{excerpt}Sets or returns the space between categories in bar and column charts.{excerpt}
{signature:C#}
 public int SpaceBetweenCategories{ get; set; }
{signature}{signature:vb.net}
Public Property SpaceBetweenCategories() As Integer
{signature}
{exceptions}

{exception:ArgumentOutOfRangeException}
This will be thrown if the given value is not between 0 and 500.

{exception}