ComponentOne FinancialChart for WPF
C1.Chart Namespace / ErrorValueType Enumeration



In This Topic
    ErrorValueType Enumeration
    In This Topic
    Specifies the type of error value.
    Syntax
    'Declaration
     
    
    Public Enum ErrorValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ErrorValueType
    public enum ErrorValueType : System.Enum 
    public enum class ErrorValueType : public System.Enum 
    Members
    MemberDescription
    MinusMinus error value.
    PlusTPlus error value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.ErrorValueType

    See Also