XFuncY Property

The XFuncY property returns or sets the X equation as a function of Y in a function plot. Returns a String.

Syntax

object.XFuncY

object.XFuncY = XFuncY

 

Parameter Type Description
XFuncY String required, function equation, see Mathematical Functions

 

Remarks

This setting is used when the FunctionType property is set to grfFunctionTypeXY.

Example

This example shows how to set the equation for Y as a function of X.

FunctionPlot.XFuncY = "3*Y+2"

 

Used by: AutoFunctionPlot object