Enum eQuartileMethod
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
The quartile calculation methods
public enum eQuartileMethod
Fields
Exclusive = 1
The quartile calculation excludes the median when splitting the dataset into quartiles
Inclusive = 0
The quartile calculation includes the median when splitting the dataset into quartiles