NotchesYOffset Property

The NotchesYOffset property returns or sets the Y offset for the box-whisker plot Notch value label. Returns a Double.

Syntax

object.NotchesYOffset

object.NotchesYOffset = NotchesYOffset

 

Parameter Type Description
NotchesYOffset Double required, in page units

 

Example

This example shows how to set the Y offset for a box-whisker plot notch label.

Box1.NotchesYOffset = 0.5

 

Used by: AutoBoxPlot Object