Replace Label in X axis ?

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

Replace Label in X axis ?

Post by Philippe » Wed Mar 12, 2003 2:51 pm

I've create a XY chart with values 1....21 on the X axis.
Instead of display these values 1....21 i'd would like to replace and display my own values.
Is it possible ?

Thanks a lot.

David Gilbert

Re: Replace Label in X axis ?

Post by David Gilbert » Wed Mar 12, 2003 6:17 pm

You would have to subclass the axis, or modify the source code directly.

Regards,

Dave Gilbert

Locked