OutliersFormat Property

The OutliersFormat property returns an AutoLabelFormat object for the box-whisker plot Outliers value label.  This is a read-only property.

Syntax

object.OutliersFormat

object.OutliersFormat =OutliersFormat

Example

This example shows how to add a prefix to the Outliers labels.

Box1.OutliersFormat.prefix = "pre-"

 

Used by: AutoBoxPlot Object