NotchFactor Property

The NotchFactor property returns/sets the factor used to calculate the box plot notches. Ignored unless AutoNotchFactor is set to False. Returns a Double.

Syntax

object.NotchFactor

object.NotchFactor = NotchFactor

 

Parameter Type Description
NotchFactor Double required

 

Example

This example shows how to set the notch factor for a box plot.

Box1.AutoNotchFactor = False

Box1.NotchFactor = 1.96

 

Used by: AutoBoxPlot object