Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ErrBarType Enumeration


In This Topic
    ErrBarType Enumeration
    In This Topic
    Error amount type of the error bars.
    Syntax
    'Declaration
     
    
    Public Enum ErrBarType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ErrBarType
    public enum ErrBarType : System.Enum 
    Members
    MemberDescription
    CustomValuesCustom values (array of values or range)
    FixedValueFixed value
    PercentagePercentage
    StandardDeviationStandard deviation
    StandardErrorStandard error
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.ErrBarType

    See Also