# 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


# 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