Hierarchy

  • SeriesBoxPlot

Properties

medianSvgClassName: string

The CSS style class to apply to the median line.

medianSvgStyle: object

The CSS inline style to apply to the median line. Only SVG CSS style properties are supported.

q2Color: string

The color of the Q2 segment of the box.

q2SvgClassName: string

The CSS style class to apply to the Q2 segment of the box. See the Help documentation for more information.

q2SvgStyle: object

The CSS inline style to apply to the Q2 segment of the box. See the Help documentation for more information.

q3Color: string

The color of the Q3 segment of the box.

q3SvgClassName: string

The CSS style class to apply to the Q3 segment of the box. See the Help documentation for more information.

q3SvgStyle: object

The CSS inline style to apply to the Q3 segment of the box. See the Help documentation for more information.

whiskerEndLength: string

Specifies the length of the whisker ends in pixels (e.g. '9px') or as a percentage of the box width (e.g. '50%').

whiskerEndSvgClassName: string

The CSS style class to apply to the whisker ends.

whiskerEndSvgStyle: object

The CSS inline style to apply to the whisker ends. Only SVG CSS style properties are supported.

whiskerSvgClassName: string

The CSS style class to apply to the whisker stems.

whiskerSvgStyle: object

The CSS inline style to apply to the whisker stems. Only SVG CSS style properties are supported.

Generated using TypeDoc