Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

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

Values

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.

  • No labels