Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Property SpaceBetweenCategories() As Integer
Exceptions
Exception
ArgumentOutOfRangeExceptionArgumentOutOfRangeExceptionThis will be thrown if the given value is not between 0 and 500.
{signature}
{exceptions}

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

{exception}