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}The [BarDirection|ErrorBar.BarDirection] class is used to determine which direction or directions error bars will be displayed in.{excerpt}
{signature:C#}
 public sealed class BarDirection : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class BarDirection
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Both}Both|Both positive and negative error bars will be displayed.|
|{anchor:Minus}Minus|Negative error bars will be displayed.|
|{anchor:None}None|Error bars will not be displayed.|
|{anchor:Plus}Plus|Positive error bars will be displayed.|