FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / ErrorBarDirection 枚举

本主题中
    ErrorBarDirection 枚举
    本主题中
    Specifies the direction of the error bar.
    语法
    '声明
     
    Public Enum ErrorBarDirection 
       Inherits System.Enum
    public enum ErrorBarDirection : System.Enum 
    成员
    成员说明
    BothShows both direction.
    MinusOnly shows minus direction.
    PlusOnly shows plus direction.
    继承层次

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

    请参见