YFuncX Property
The YFuncX property returns or sets the Y equation as a function of X in a function plot. Returns a String.
Syntax
object.YFuncX
object.YFuncX = YFuncX
Parameter | Type | Description |
YFuncX | String | required, function equation, see Mathematical Functions |
Remarks
This setting is used when the FunctionType property is set to grfFunctionTypeYX.
Example
This example shows how to set the equation for Y as a function of X.
FunctionPlot.YFuncX = 3*X+2
Used by: AutoFunctionPlot object