getCurveFitEquationText()

The method returns the object ID of the curve fit equation text. A curve fit line is drawn with the setCurveFitType() method. The CurveFitEquationDisplay property can be used to show/hide the equation text.

Syntax:

IdentObj getCurveFitEquationText();
IdentObj getCurveFitEquationText(int s);

where:

s

Is an optional series number.

Example:

setDepthRadius(0);
setCurveFitType(1,11);
setFontStyle(getCurveFitEquationText(), 3);
setFillColor(getCurveFitEquationText(),new Color(0,255,0));

bar graph

See CurveFitEquationDisplay, setCurveFitType().


WebFOCUS