ChartBoxAndWhiskerSettings
Provides configuration options for controlling the calculation logic and visual appearance of a Box‑and‑Whisker chart series.
Props
The following table outlines the props for the ChartBoxAndWhiskerSettings:
| Name | Type | Default | Description |
|---|---|---|---|
| boxPlotMode | 'Normal' | Defines the statistical method used to calculate quartiles and whisker ranges in the Box‑and‑Whisker series.
| |
| showMean | boolean | true | Indicates whether the mean value should be calculated and visually rendered as a marker or line within the box. |
| showOutliers | boolean | true | Determines whether values outside the whisker range should be treated as outliers and rendered as individual markers.
When enabled, outliers are collected into |
| whiskerStyle | { color: '', width: 1, dashArray: '', capLength: 0.5 } | Specifies the visual styling for whisker stems and end caps in the Box‑and‑Whisker series. Includes control over line color, width, dash pattern, and cap length. |