Parametric Property

The Parametric property has been deprecated. Use the FunctionType property instead.

The Parametric property returns or sets if parametric equations are to be used in a function plot. Returns a Boolean.

Syntax

object.Parametric

object.Parametric = Parametric

 

Parameter Type Description
Parametric Boolean required, true to use a parametric equation

 

Example 1

This example shows how to return if the equation is parametric.

Debug.Print Function1.Parametric

Example 2

This example shows how to use a parametric equation.

Function1.Parametric = True

 

Used by: AutoFunctionPlot object