PlotPolynomialSeries.SwitchIndependent Property

Top 

Description

Switches the independent and dependent variables. When this is set to true FreeFlyer plots x = f(y) instead of y = f(x)

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlotPolynomialSeries1.SwitchIndependent;

 

myPlotPolynomialSeries1.SwitchIndependent = myVariable1;

 

See also

PlotPolynomialSeries Object

Plot Series Guide