getNonZeroBaseLineZeroLine()

When setNonZeroBaseline() and setNonZeroBaselineValue() methods define a non-zero baseline, this method returns the object of the non-zero baseline.

Syntax:

IdentObj getNonZeroBaseLineZeroLine(IdentObj axisObj);

where:

axisObj

Is the object ID of an axis where a non-zero baseline is defined.

Example:

setDepthRadius(0);
setNonZeroBaseline(getY1Axis(),true);
setNonZeroBaselineValue(getY1Axis(),20);
setLineWidth(getNonZeroBaseLineZeroLine(getY1Axis()), 5);
setFillColor(getNonZeroBaseLineZeroLine(getY1Axis()),
               new Color (255,0,0));

bar graph


WebFOCUS