Step Property [AutoBoxPlot]

The Step property returns or sets the Step row value for box-whisker plot columns. Returns a Short.

Syntax

object.Step

object.Step = Step

 

Parameter Type Description
Step Short required, step row value

 

Example 1

This example shows how to set the step row value for a box-whisker plot.

Box1.Step = 2

Example 2

This example shows how to return the step row value for a box-whisker plot.

Debug.Print Box1.Step

 

Used by: AutoBoxPlot object