# Type alias BoxWhiskerType
BoxWhiskerType:
"extremums"
|"iqr"
|"standardDeviation"
Represents the type of box whisker data algorithm, which can be either iqr
, extremums
, or standardDeviation
.
BoxWhiskerType:
"extremums"
|"iqr"
|"standardDeviation"
Represents the type of box whisker data algorithm, which can be either iqr
, extremums
, or standardDeviation
.