FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / QuartileMethodType Enumeration


QuartileMethodType Enumeration
Specifies the quartile calculation type.
Syntax
'Declaration
 
Public Enum QuartileMethodType 
   Inherits System.Enum
 
'Usage
 
Dim instance As QuartileMethodType
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