Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / QuartileMethodType Enumeration


In This Topic
    QuartileMethodType Enumeration
    In This Topic
    Specifies the quartile calculation type.
    Syntax
    'Declaration
     
    
    Public Enum QuartileMethodType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As QuartileMethodType
    public enum QuartileMethodType : System.Enum 
    Members
    MemberDescription
    ExclusiveThe median is excluded from the calculation if N (the number of values in the data) is odd.
    InclusiveThe median is included in the calculation if N (the number of values in the data) is odd.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.QuartileMethodType

    See Also