NotchesXOffset Property

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

Syntax

object.NotchesXOffset

object.NotchesXOffset = NotchesXOffset

 

Parameter Type Description
NotchesXOffset Double required, in page units

 

Example

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

Box1.NotchesXOffset = 0.5

 

Used by: AutoBoxPlot Object