ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Chart Namespace / ErrorBarDirection Enumeration

In This Topic
    ErrorBarDirection Enumeration
    In This Topic
    Specifies the direction of the error bar.
    Syntax
    'Declaration
     
    Public Enum ErrorBarDirection 
       Inherits System.Enum
    public enum ErrorBarDirection : System.Enum 
    Members
    MemberDescription
    BothShows both direction.
    MinusOnly shows minus direction.
    PlusOnly shows plus direction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Chart.ErrorBarDirection

    See Also