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