Exposes properties related to the BoxAndWhisker chart type.

BoxAndWhiskerSettings

new BoxAndWhiskerSettings(showInnerPoints: boolean, showOutlierPoints: boolean, showMeanMarkers: boolean, showMeanLine: boolean, quartileCalculation: QuartileCalculation): BoxAndWhiskerSettings

Returns BoxAndWhiskerSettings

Determines the method for median calculation.

get quartileCalculation(): QuartileCalculation

Returns QuartileCalculation

set quartileCalculation(a: QuartileCalculation): void

Parameters

Returns void

Determines whether inner points appear on a box and whisker chart.

get showInnerPoints(): boolean

Returns boolean

set showInnerPoints(a: boolean): void

Parameters

  • a: boolean

Returns void

Determines whether a mean line appears on a box and whisker chart.

get showMeanLine(): boolean

Returns boolean

set showMeanLine(a: boolean): void

Parameters

  • a: boolean

Returns void

Determines whether mean markers appear on a box and whisker chart.

get showMeanMarkers(): boolean

Returns boolean

set showMeanMarkers(a: boolean): void

Parameters

  • a: boolean

Returns void

Determines whether outlier points appear on a box and whisker chart.

get showOutlierPoints(): boolean

Returns boolean

set showOutlierPoints(a: boolean): void

Parameters

  • a: boolean

Returns void