Step Property [AutoPlotLabels]
The Step property returns or sets the step factor for plot labels. Returns a Short.
Syntax
object.Step
object.Step = Step
Parameter | Type | Description |
Step | Short | required, step factor |
Example 1
This example shows how to set the step interval for plot labels.
Labels.Step = 2
Example 2
This example shows how to return the step interval for plot labels.
Debug.Print Labels.Step
Used by: AutoPlotLabels object