Spread for ASP.NET 10 Product Documentation
QuartileCalculationType Enumeration


Specifies the quartile calculation type.
Syntax
'Declaration
 
Public Enum QuartileCalculationType 
   Inherits System.Enum
'Usage
 
Dim instance As QuartileCalculationType
public enum QuartileCalculationType : System.Enum 
Members
MemberDescription
ExcluseveMedianThe median is excluded from the calculation if N (the number of values in the data) is odd.
InclusiveMedianThe 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.Web.Chart.QuartileCalculationType

Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FarPoint.Web.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.