CurveFitEquationDisplay

The value assigned to this property determines whether the equation associated with a curve fit line is displayed. The curve fit line is drawn by the setCurveFitType() method.

Syntax:

setCurveFitEquationDisplay(boolean);
boolean = getCurveFitEquationDisplay();

where:

boolean

Can be one of the following:

true shows equation with the curve fit line. This value is the default.

false does not show equation with the curve fit line.

Example:

setDepthAngle(0);  setCurveFitEquationDisplay(true);
setCurveFitType(1,1);
setDepthRadius(0);

bar graph

setCurveFitEquationDisplay(false);

bar graph

See CurveFitHighOrderFirst, setCurveFitType().


WebFOCUS