'Declaration Public Enum QuartileMethodType Inherits System.Enum
'Usage Dim instance As QuartileMethodType
public enum QuartileMethodType : System.Enum
'Declaration Public Enum QuartileMethodType Inherits System.Enum
'Usage Dim instance As QuartileMethodType
public enum QuartileMethodType : System.Enum
Member | Description |
---|---|
Exclusive | The median is excluded from the calculation if N (the number of values in the data) is odd. |
Inclusive | The median is included in the calculation if N (the number of values in the data) is odd. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Chart.QuartileMethodType