AFuncT Property

The AFuncT property returns or sets the A equation as a function of T in a polar function plot. Returns a String.

Syntax

object.AFuncT

object.AFuncT = XFuncT

 

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

 

Remarks

This setting is used when the Parametric Property is set to true.

Example

This example shows how to set the equation for A as a function of T.

FunctionPlot.AFuncT = "3*T+2"

 

Used by: AutoPolarFunction object