[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.QuartileMethod

QuartileMethod Enum

Represents quartile calculation methods.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum QuartileMethod
Public Enum QuartileMethod

Fields

Name Description
Exclusive

The quartile calculation excludes the median when splitting the dataset into quartiles.

Inclusive

The quartile calculation includes the median when splitting the dataset into quartiles.