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 quartileCalculation
Section titled "quartileCalculation"quartileCalculation: QuartileCalculation showInnerPoints
Section titled "showInnerPoints"showInnerPoints: boolean showMeanLine
Section titled "showMeanLine"showMeanLine: boolean showMeanMarkers
Section titled "showMeanMarkers"showMeanMarkers: boolean showOutlierPoints
Section titled "showOutlierPoints"showOutlierPoints: boolean