force axis labels

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
cris-rj
Posts: 16
Joined: Mon Oct 11, 2004 2:44 pm
Location: rio de janeiro, brazil

force axis labels

Post by cris-rj » Mon Nov 28, 2005 2:08 pm

hi everybody.
how can I force the chart to display the complete length or a deteminated caracters length of bottom axis labels.

Code: Select all

ex:

   |
   |
   |
   |
   |
   |________________
       .          .
       .          .
       .          .
       g          g
       e          e
       t          t
       a          a
       c          c

for this:

   |
   |
   |
   |
   |
   |________________
       1          2

       y          y
       r          r
       o          o
       g          g
       e          e
       t          t
       a          a
       c          c
[]´s
Cristiano

Locked