SeriesMedian
The appearance settings for the BoxPlot median value indicator (line).
color?
string
The color of the line. Accepts a valid CSS color string, including hex and rgb.
dashType?
The dash type of the line. By default, the line is not dashed ([dashType]="solid"
).
opacity?
number
The line opacity. By default, the line is opaque ([opacity]="1"
).
width?
number
The width (in pixels) of the line. By default, the line is 2px wide ([width]="2"
).