Class BoxPlot

The BoxPlot class is derived from the Plot2D class. The additional methods of the BoxPlot class are

AddVar
Adds a new X variable.

Create
Creates a box plot.

CreateWithFreq
Creates a box plot from data that includes a frequency variable.

FillBoxes
Controls whether the boxes are filled.

SetBoxFillColor
Sets the color used to fill the boxes.

SetBoxOutlineColor
Sets the color used to outline the boxes.

SetMeanMarkerColor
Sets the color of the mean marker.

SetMeanMarkerShape
Sets the shape of the mean marker.

SetWhiskerLength
Sets the length of the box plot whiskers.

ShowMeanMarker
Shows or hides the mean marker.

ShowNotches
Controls whether the boxes are notched.

ShowSerifs
Shows or hides the serifs on the whiskers.