Aspose::Cells::Charts::QuartileCalculationType enum

QuartileCalculationType enum

Represents quartile calculation methods.

enum class QuartileCalculationType

Values

NameValueDescription
Exclusive0
The quartile calculation includes the median when splitting the dataset into quartiles.
Inclusive1
The quartile calculation excludes the median when splitting the dataset into quartiles.

See Also