menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarType

    Defines the type of the error bar. They are: Fixed - Renders a fixed type error bar. Percentage - Renders a percentage type error bar. StandardDeviation - Renders a standard deviation type error bar. StandardError -Renders a standard error type error bar. Custom -Renders a custom type error bar.

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

    Fields

    Custom

    Declaration
    public const ErrorBarType Custom
    Field Value
    Type
    ErrorBarType

    Fixed

    Declaration
    public const ErrorBarType Fixed
    Field Value
    Type
    ErrorBarType

    Percentage

    Declaration
    public const ErrorBarType Percentage
    Field Value
    Type
    ErrorBarType

    StandardDeviation

    Declaration
    public const ErrorBarType StandardDeviation
    Field Value
    Type
    ErrorBarType

    StandardError

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