Enum QuartileCalculationType
Enum QuartileCalculationType
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents quartile calculation methods.
public enum QuartileCalculationType
Fields
Exclusive = 0
The quartile calculation includes the median when splitting the dataset into quartiles.
Inclusive = 1
The quartile calculation excludes the median when splitting the dataset into quartiles.