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

...

Description

Excerpt

Sets or returns the space between categories in bar and column charts.

Signature
C#
C#
 public int SpaceBetweenCategories{ get; set; }
{signature}{signature:
}
Signature
vb.net
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}
Exceptions
Exception
ArgumentOutOfRangeException
ArgumentOutOfRangeException

This will be thrown if the given value is not between 0 and 500.