Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}