Enum eQuartileMethod
The quartile calculation methods
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public enum eQuartileMethod
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 |