Menu

#39 Wrap Axis labels

open
nobody
None
5
2003-08-08
2003-08-08
No

if we can not display all axis labels, wrap them to see
if they will fit.

Discussion

  • Rob van der Veer

    Logged In: YES
    user_id=849505

    What we needed for our project was to be able to put a
    specific part on a second line: the number of data-items on
    which the chart is based.
    like: week 1 week 2
    n=247 n=60

    I am thinking about and adding a method in which I can set a
    label and a line wrapsymbol like
    someObject.addLabel("week 1;n=247", ";")
    I have totally forgotten on which class this should be.

    I liked working with Jcharts, docs are great, making charts are
    a breeze.

     
  • Nathaniel G. Auvil

    Logged In: YES
    user_id=118938

    It would probably be a property on the axisProperties for
    the desired. Like setLabelWrapCharacter( char wrapChar )

    then in your dataset you soule have your labels: "week 1;n=247"

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.