* @param tickLabelFont the font to use when displaying the tick label
*/
public void setTickLabelFont(JRFont tickLabelFont)
{
Object old = this.tickLabelFont;
this.tickLabelFont = new JRBaseFont(getChart(), tickLabelFont);
getEventSupport().firePropertyChange(PROPERTY_TICK_LABEL_FONT, old, this.tickLabelFont);
}