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