menu

Blazor

  • Code Examples
  • 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

    Renders an error bar in both vertical and horizontal directions.

    Declaration
    public const ErrorBarMode Both
    Field Value
    Type
    ErrorBarMode

    Horizontal

    Renders a horizontal error bar.

    Declaration
    public const ErrorBarMode Horizontal
    Field Value
    Type
    ErrorBarMode

    Vertical

    Renders a vertical error bar.

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