Visit Gigasoft's Web Site
 ProEssentials v9 Help

BestFitDegree

Scope

Pego, Pesgo

Type

Int32

Default

PEBFD_2ND

.NET

PePlot.Option.BestFitDegree

Ocx|Vcl

BestFitDegree

DLL

PEP_nBESTFITDEGREE

 

Purpose

This property controls the degree of polynomial which is produced when PlottingMethod is Points plus Best Fit Curve.

 

The following constants apply to this property:

 

.NET Gigasoft.Enums.

ActiveX and

 

BestFitDegree.

DLL Constants

Description

Second

PEBFD_2ND(0)

Second degree polynomial.

Third

PEBFD_3RD(1)

Third degree polynomial.

Fourth

PEBFD_4TH(2)

Fourth degree polynomial.

 

Graph VCL Enumerations

eBestFitDegree = (gDegree2, gDegree3, gDegree4);

 

Scientific Graph VCL Enumerations

eBestFitDegree = (sgDegree2, sgDegree3, sgDegree4);

 

Comments

PePlot.Option.BestFitDegree members of Pego.PePlot.Option, Pesgo.PePlot.Option

 

See Also: BestFitFix, SubsetDegree, and BestFitCoeffs