PlotPolynomialSeries.SetCoefficients(Variable, Variable) Method

Top 

Description

Sets the coefficients for a linear polynomial function.

 

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.

 

Method Signature

PlotPolynomialSeries.SetCoefficients(

Variable m,


Variable b)

 

 

Arguments

m


Description:

The slope of the linear function.

 

 

b


Description:

The intercept of the linear function.

 

 

 

Syntax

myPlotPolynomialSeries1.SetCoefficients(myVariable1, myVariable2);

 

 

See also

PlotPolynomialSeries Object

PlotPolynomialSeries.SetCoefficients

Plot Series Guide