Outliers Property

The Outliers property returns or sets if a box-whisker plot should display outliers. Returns a Boolean.

Syntax

object.Outliers

object.Outliers = Outliers

 

Parameter Type Description
Outliers Boolean required, true to show the outliers

 

Example 1

This example shows how to display the outliers on a box-whisker plot.

Box1.Outliers = True

 

Example 2

This example shows how to return if the outliers are being displayed.

Debug.Print Box1.Outliers

 

Used by: AutoBoxPlot object