Search found 17 matches
- Tue Jul 26, 2005 8:55 am
- Forum: JFreeChart
- Topic: Bar chart help - Percentage
- Replies: 2
- Views: 3545
- Tue Jul 26, 2005 8:40 am
- Forum: JFreeChart
- Topic: X axis label display
- Replies: 1
- Views: 2629
Try following
Code: Select all
categoryaxis.setCategoryLabelPositionOffset(10);
categoryaxis.setCategoryLabelPositions(CategoryLabelPositions.UP_90);
- Wed Jul 13, 2005 2:04 pm
- Forum: JFreeChart
- Topic: Can u plz help me David?
- Replies: 4
- Views: 3993
- Wed Jul 13, 2005 1:35 pm
- Forum: JFreeChart
- Topic: Can u plz help me David?
- Replies: 4
- Views: 3993
Can u plz help me David?
Hi , In my graphing module JCChart library is used but now we are planning to replace it with JFreeChart to provide more facilities . Our graphing module has 2 operating modes, Static and Real Time. In JCChart X axis is timeline where data is shown according to the time. If samples are received at 1...
- Fri Jun 17, 2005 10:14 am
- Forum: JFreeChart
- Topic: Sample code of segmentedtimeline
- Replies: 11
- Views: 21238
I would like to talk to you VenuGopal . I have many doubts.
If you have yahoo id you can add me in the messenger list.
So that i can talk to u.
my id is : sarika_ture@yahoo.com
bye and have a nice day!
If you have yahoo id you can add me in the messenger list.
So that i can talk to u.
my id is : sarika_ture@yahoo.com
bye and have a nice day!
- Fri Jun 17, 2005 6:38 am
- Forum: JFreeChart
- Topic: Setting Starting postion of a bar using StackedBarChart
- Replies: 2
- Views: 3522
- Thu Jun 16, 2005 2:00 pm
- Forum: JFreeChart
- Topic: Sample code of segmentedtimeline
- Replies: 11
- Views: 21238
- Thu Jun 16, 2005 9:11 am
- Forum: JFreeChart
- Topic: Sample code of segmentedtimeline
- Replies: 11
- Views: 21238
Actually I want that, to solve my problem explained in previouse post.
Check this link,
http://www.jfree.org/phpBB2/viewtopic.php?t=13287
can u suggest any idea Gopal?
Check this link,
http://www.jfree.org/phpBB2/viewtopic.php?t=13287
can u suggest any idea Gopal?
- Thu Jun 16, 2005 9:02 am
- Forum: JFreeChart
- Topic: Sample code of segmentedtimeline
- Replies: 11
- Views: 21238
- Thu Jun 16, 2005 8:07 am
- Forum: JFreeChart
- Topic: Sample code of segmentedtimeline
- Replies: 11
- Views: 21238
Sample code of segmentedtimeline
can anybody give a sample code or rules for 'SegmentedTimeline'.
I have tried to use but i am unable to set the include and exclude
parameters. How should I have to pass them?
becoz sometimes graph is not shown.
Thanx,
Have a good day!
I have tried to use but i am unable to set the include and exclude
parameters. How should I have to pass them?
becoz sometimes graph is not shown.
Thanx,
Have a good day!
- Fri Jun 10, 2005 6:08 am
- Forum: JFreeChart
- Topic: Oops! how to do this?......can anybody help
- Replies: 1
- Views: 3360
Oops! how to do this?......can anybody help
I want to change the space dynamically between samples drawn. for e.g consider graph with time on x axis and value on y axis 5 | 4 | 3 | | 2 | | 1 | | 0 |__ |_____|______ |____________________|_________________ 10.30 10.40 11.00 11.50 how can i do like this. Plz can anybody help me
- Fri Jun 03, 2005 12:14 pm
- Forum: JFreeChart
- Topic: How to display category under category
- Replies: 4
- Views: 4378
- Thu Jun 02, 2005 7:59 am
- Forum: JFreeChart
- Topic: null values in dataset ......... how to generate labels?
- Replies: 1
- Views: 2425
David sir can u plz help me to solve above problem ? label is not being generated for null values setSeriesVisible method of BarRenderer is not working. Last time u had said that , The flags to control series visibility have been added to the base class for renderers, since they *should* apply to al...
- Thu Jun 02, 2005 5:36 am
- Forum: JFreeChart
- Topic: null values in dataset ......... how to generate labels?
- Replies: 1
- Views: 2425
null values in dataset ......... how to generate labels?
I have extended the CategoryLabelGenerator and added
my functionality for null values in dataset.
But the function generateLabel() does not get called
for null values.
what i have to do in this case?
my functionality for null values in dataset.
But the function generateLabel() does not get called
for null values.
what i have to do in this case?
- Wed Jun 01, 2005 6:44 am
- Forum: JFreeChart
- Topic: How can i add text in category plot?
- Replies: 2
- Views: 2705
Thanx David that's nice idea. But in my code there is separate class for error messages. and i want to print those error messages. It will be complicated in that case. So i have found other solution. I extended LabelGenerator class and shown null message where null values found. but labelposition cl...