# Type alias BoxplotDataPoint
BoxplotDataPoint:
object
Data point in a Boxplot chart.
# Type declaration
# boxMax
boxMax?: number
Value of the box maximum
# boxMedian
boxMedian?: number
Value of the box median
# boxMin
boxMin?: number
Value of the box minimum
# categoryDisplayValue
categoryDisplayValue?: string
Display value of category of the data point
# categoryValue
categoryValue?: number | string
Value of the category for the data point
# entries
entries?: object
A collection of data point entries that represents values for all related dataOptions.
#
entries.categorycategory:
DataPointEntry[]Data point entries for the
categorydata options#
entries.outliersoutliers:
DataPointEntry[]Data point entries for the
outliersdata options#
entries.valuevalue:
DataPointEntry[]Data point entries for the
valuedata options
# outlier
outlier?: number
Value of the outlier
# whiskerMax
whiskerMax?: number
Value of the box maximal whisker
# whiskerMin
whiskerMin?: number
Value of the box minimal whisker