Search found 17 matches

by Sarika
Tue Jul 26, 2005 8:55 am
Forum: JFreeChart
Topic: Bar chart help - Percentage
Replies: 2
Views: 3545

which chart are u using? means XY or simple
by Sarika
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);
by Sarika
Wed Jul 13, 2005 2:04 pm
Forum: JFreeChart
Topic: Can u plz help me David?
Replies: 4
Views: 3993

it is very difficult to post images in this forum so can u plz give me ur other id so that i can send u a document
by Sarika
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...
by Sarika
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!
by Sarika
Fri Jun 17, 2005 6:38 am
Forum: JFreeChart
Topic: Setting Starting postion of a bar using StackedBarChart
Replies: 2
Views: 3522

Do you want to set margin between Y axis and first sample as well as
last sample then try this,

categoryaxis.setUpperMargin(0.02); categoryaxis.setLowerMargin(0.02);
by Sarika
Thu Jun 16, 2005 2:00 pm
Forum: JFreeChart
Topic: Sample code of segmentedtimeline
Replies: 11
Views: 21238

Thanks Venu .
I need to study the code.
If any problems I will tell u tomorrow
by Sarika
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?
by Sarika
Thu Jun 16, 2005 9:02 am
Forum: JFreeChart
Topic: Sample code of segmentedtimeline
Replies: 11
Views: 21238

Thanks a lot !
very big program. It will take some time.
I will let u know if any problem come.

Bye and Thanks once again
by Sarika
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!
by Sarika
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
by Sarika
Fri Jun 03, 2005 12:14 pm
Forum: JFreeChart
Topic: How to display category under category
Replies: 4
Views: 4378

Not getting ur problem can u somehow show the picture
what do you want to set ?
by Sarika
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...
by Sarika
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?
by Sarika
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...