XFuncT Property

The XFuncT property returns or sets the X equation as a function of T in function plots. Returns a String.

Syntax

object.XFuncT

object.XFuncT = XFuncT

 

Parameter Type Description
XFuncT 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 the equation for X as a function of T.

FunctionPlot.XFuncT = "3*T+2"

 

Used by: AutoFunctionPlot object