PlotPolynomialSeries.Coefficients Property

Top 

Description

Provides access to the polynomial coefficients that will be used to draw the series in the PlotWindow.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

Array of number

Access:

read/write

Default Value:

{ 0.0 }

 

Syntax

myVariable1 = myPlotPolynomialSeries1.Coefficients[0];

 

myPlotPolynomialSeries1.Coefficients[0] = myVariable1;

 

See also

PlotPolynomialSeries Object

Plot Series Guide