Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarDirection - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarDirection

    Specifies the direction of error bar.

    Inheritance
    System.Object
    ErrorBarDirection
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ErrorBarDirection : Enum

    Fields

    Both

    Defines to renders both direction of the error bar.

    Declaration
    public const ErrorBarDirection Both
    Field Value
    Type Description
    ErrorBarDirection

    Minus

    Defines to renders minus direction of the error bar.

    Declaration
    public const ErrorBarDirection Minus
    Field Value
    Type Description
    ErrorBarDirection

    Plus

    Defines to renders plus direction of the error bar.

    Declaration
    public const ErrorBarDirection Plus
    Field Value
    Type Description
    ErrorBarDirection

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved