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 overlap between bars or columns for a category.

Signature
C#
C#
 public int Overlap{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property Overlap() As Integer
{signature}
{exceptions}


{exception:ArgumentOutOfRangeException}
This will be thrown if the given value is not between \-100 and 100.

{exception}
{remarks}
The value will must be between \-100 and 100. The higher the value, the greater the overlap within the category.
This is only applicable to 2D charts.
{remarks}
Exceptions
Exception
ArgumentOutOfRangeException
ArgumentOutOfRangeException

This will be thrown if the given value is not between -100 and 100.

Remarks

The value will must be between -100 and 100. The higher the value, the greater the overlap within the category.
This is only applicable to 2D charts.