getCurveFitLineRiser()

The method returns the object ID of the curve fit line that is drawn by the setCurveFitType() method.

Syntax:

IdentObj getCurveFitLineRiser();
IdentObj getCurveFitLineRiser(int s);

where:

s

Is an optional series number.

Example:

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

bar graph

See getCurveFitType(), setCurveFitType().


WebFOCUS