{
NumericTagGroup numericTagGroup2 = new NumericTagGroup( dataAxisProperties.getScaleChartFontRight(),
fontRenderContext,
dataAxisProperties.useDollarSigns(),
dataAxisProperties.usePercentSigns(),
dataAxisProperties.useCommas(),
dataAxisProperties.getRoundToNearest() );
int j=0;
while (j<this.getYAxis().getNumberOfScaleItems())
{
Float myFloat = new Float (this.yAxis.getAxisLabelsGroup().getTextTag(j).getText());