Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / QuartileMethodType Enumeration
Example Example


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.
    Example
    This example creates a box whisker chart.
    Inheritance Hierarchy

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

    See Also