StepRow Property

The StepRow property returns or sets the plot's Step row value. Returns a Long.

Syntax

object.StepRow

object.StepRow = StepRow

 

Parameter Type Description
StepRow Long required, step row value

 

Example

This example shows how to plot every other row from a data set.

Line1.stepRow = 2

 

Used by: AutoPlot object