*
*/
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
{
Object old = this.categoryAxisTickLabelFont;
this.categoryAxisTickLabelFont = new JRBaseFont(this.getChart(), categoryAxisTickLabelFont);
getEventSupport().firePropertyChange(PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT, old, this.categoryAxisTickLabelFont);
}