Skip to main content
All docs
V26.1
  • ErrorBar.Direction Property

    Gets or sets which side of the point displays error values.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ErrorBarDirection Direction { get; set; }

    Property Value

    Type Description
    ErrorBarDirection

    An ErrorBarDirection value.

    Available values:

    Name Description
    Both

    Displays both positive and negative error bars.

    Minus

    Displays negative error bars only.

    Plus

    Displays positive error bars only.

    See Also