YFuncT Property

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

Syntax

object.YFuncT

object.YFuncT = YFuncT

 

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

 

Remarks

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

 

Example

This example shows how to set an equation for Y as a function of T.

FunctionPlot.YFuncT = 3*T+2

 

Used by: AutoFunctionPlot object