Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

BoxAndWhiskerSeriesOptions Properties

Contains options for box and whisker data series.
Name Description
QuartileCalculationMethod Specifies whether the quartile calculation includes or excludes the median.
ShowInnerPoints Specifies whether to show inner data points that lie between the lower and upper whisker lines.
ShowMeanLine Specifies whether to display a line that connects the means of boxes in the series.
ShowMeanMarkers Specifies whether to show the mean markers.
ShowOutlierPoints Specifies whether to show outlier data points that lie either below the lower whisker line or above the upper whisker line.
See Also