[]
        
(Showing Draft Content)

FarPoint.Web.Chart.QuartileMethodType

QuartileMethodType Enum

Specifies the quartile calculation type.

Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public enum QuartileMethodType
Public Enum QuartileMethodType

Fields

Name 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.