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

 public sealed class BarDirection : TypesafeEnum
Public NotInheritable Class BarDirection
		Inherits TypesafeEnum

Name

Description

Both

Both positive and negative error bars will be displayed.

Minus

Negative error bars will be displayed.

None

Error bars will not be displayed.

Plus

Positive error bars will be displayed.