menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarType

    Specifies the type of error bar.

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

    Fields

    Custom

    Renders a custom type error bar.

    Declaration
    public const ErrorBarType Custom
    Field Value
    Type
    ErrorBarType

    Fixed

    Renders a fixed error bar.

    Declaration
    public const ErrorBarType Fixed
    Field Value
    Type
    ErrorBarType

    Percentage

    Renders a percentage type error bar.

    Declaration
    public const ErrorBarType Percentage
    Field Value
    Type
    ErrorBarType

    StandardDeviation

    Renders a standard deviation type error bar.

    Declaration
    public const ErrorBarType StandardDeviation
    Field Value
    Type
    ErrorBarType

    StandardError

    Renders a standard error type error bar.

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