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

The BarDirection class is used to determine which direction or directions error bars will be displayed in.

Signature
C#
C#
 public sealed class BarDirection : TypesafeEnum
Signature
vb.net
vb.net
Public NotInheritable Class BarDirection
		Inherits TypesafeEnum
Values

Name

Description

Anchor
Both
Both
Both

Both positive and negative error bars will be displayed.

Anchor
Minus
Minus
Minus

Negative error bars will be displayed.

Anchor
None
None
None

Error bars will not be displayed.

Anchor
Plus
Plus
Plus

Positive error bars will be displayed.