[]
        
(Showing Draft Content)

C1.Web.Mvc.Chart.QuartileCalculation

QuartileCalculation Enum

Specifies the quartile calculation method of Box and Whisker chart.

Namespace: C1.Web.Mvc.Chart
Assembly: C1.Web.Mvc.dll
Syntax
public enum QuartileCalculation

Fields

Name Description
ExclusiveMedian

Exclude median value when calculate quartile.

InclusiveMedian

Include median value when calculate quartile.