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