Blazor

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

    Show / Hide Table of Contents

    Class ErrorBarMode

    Specifies the modes of error bar.

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

    Fields

    Both

    Defines to renders both side error bar.

    Declaration
    public const ErrorBarMode Both
    Field Value
    Type Description
    ErrorBarMode

    Horizontal

    Defines to renders the horizontal error bar.

    Declaration
    public const ErrorBarMode Horizontal
    Field Value
    Type Description
    ErrorBarMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Defines to renders the vertical error bar.

    Declaration
    public const ErrorBarMode Vertical
    Field Value
    Type Description
    ErrorBarMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved