Exposes properties related to the BoxAndWhisker chart type.
Constructors
Section titled "Constructors"BoxAndWhiskerSettings
new BoxAndWhiskerSettings(showInnerPoints: boolean, showOutlierPoints: boolean, showMeanMarkers: boolean, showMeanLine: boolean, quartileCalculation: QuartileCalculation): BoxAndWhiskerSettings Returns BoxAndWhiskerSettings
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"quartileCalculation
Section titled "quartileCalculation"Determines the method for median calculation.
get quartileCalculation(): QuartileCalculation
Returns QuartileCalculation
showInnerPoints
Section titled "showInnerPoints"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
showMeanLine
Section titled "showMeanLine"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
showMeanMarkers
Section titled "showMeanMarkers"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
showOutlierPoints
Section titled "showOutlierPoints"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