MinYOffset Property
The MinYOffset property returns or sets the Y offset for the box-whisker plot Minimum value label. Returns a Double.
Syntax
object.MinYOffset
object.MinYOffset = MinYOffset
Parameter | Type | Description |
MinYOffset | Double | required, in page units |
Example
This example shows how to set the Y offset for a box-whisker plot.
Box1.MinYOffset = 0.5
Used by: AutoBoxPlot Object