how to change the color of date axis ?

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

how to change the color of date axis ?

Post by Artemis » Mon Feb 24, 2003 4:54 pm

Hi,

I want to highlight some date value (e.g. in blue) in the horizontal date axis of a time series chart. How can I do so ?

Thanks.

David Gilbert

Re: how to change the color of date axis ?

Post by David Gilbert » Wed Feb 26, 2003 1:09 am

Hi Artemis,

There's no feature to support this, so you'll have to modify the HorizontalDateAxis class to do it.

Regards,

Dave Gilbert

Locked