axisValueRenderEvent.getGraphics2D().draw( line );
*/
valueTag.setXPosition( x );
valueTag.setYPosition( y );
valueTag.render( axisValueRenderEvent.getGraphics2D(), this.valueChartFont.getPaint() );
}
/*************************************************************************************************
* Calculates the label x so that the label is centered on the scale item.