Fonts for the Horizontal and Vertical Labels.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Awais Bajwa

Fonts for the Horizontal and Vertical Labels.

Post by Awais Bajwa » Thu Sep 26, 2002 4:23 pm

Hello all,
I want to change the Font of the Horizontal And veritcal Lables of my Bar Charts how it is possible.
Regards .
Awais Bajwa

David Gilbert

Re: Fonts for the Horizontal and Vertical Labels.

Post by David Gilbert » Fri Sep 27, 2002 3:29 pm

You can use the setLabelFont(...) method in the Axis class.

Regards,

DG.

Locked