YStartPos Property

The YStartPos property returns or sets the starting position of the stiff plot on the Y axis (in data units). Returns a Double.

Syntax

object.YStartPos

object.YStartPos = YStartPos

 

Parameter Type Description
YStartPos Double required

 

Example

This example shows how to set the Y axis start value for a stiff plot.

StiffPlot.YStartPos = 5

 

Used by: AutoStiffPlot object