Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ErrBarType Enumeration


ErrBarType Enumeration
Error amount type of the error bars.
Syntax
'Declaration
 
Public Enum ErrBarType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ErrBarType
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