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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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"