[]
        
(Showing Draft Content)

Wijmo_Chart_Analytics.Iboxplotdata

IBoxPlotData Interface

Represents the final statistics for one rendered box in a BoxWhisker series.

When the box plot values have already been calculated and should be used directly by the chart instead of being derived from the raw sample array.

Heirarchy

  • IBoxPlotData

Properties

firstQuartile

firstQuartile: number

Gets the first quartile (Q1).

Optional innerPoints

innerPoints: number[]

Gets the inner points to render for the box.

max

max: number

Gets the upper whisker value to render for the box.

Optional mean

mean: number

Gets the mean value. If omitted, the median is used as the fallback mean.

median

median: number

Gets the median value.

min

min: number

Gets the lower whisker value to render for the box.

Optional outlierPoints

outlierPoints: number[]

Gets the outlier points to render for the box.

thirdQuartile

thirdQuartile: number

Gets the third quartile (Q3).