YInc Property
The YInc property returns or sets the increment points of the stiff plot are to be spaced from each other on the Y axis (in data units). Returns a Double.
Syntax
object.YInc
object.YInc = YInc
Parameter | Type | Description |
YInc | Double | required |
Example
This example shows how to set the Y axis increment for a stiff plot.
StiffPlot.YInc = 4
Used by: AutoStiffPlot object