Search found 15 matches

by rspan
Wed Jun 13, 2007 11:38 pm
Forum: JFreeChart
Topic: Customize ToolTip Text for TimeSeriesGraph
Replies: 3
Views: 5090

Customize ToolTip Text for TimeSeriesGraph

StandartXYToolTipGenerator always show the Key of Series as ToolTip. What about if I need to show some other text but not key? How to implement it?

Thanks.
by rspan
Tue Jun 05, 2007 5:44 pm
Forum: JFreeChart
Topic: Control the redering order of Timeseries
Replies: 0
Views: 2101

Control the redering order of Timeseries

Right now the timeseries chart always reder the series in the order of adding. Is it possile to make the redering ordered by the key of series or application can set a random order of the series? If so, how to do that?

Thanks a lot.
by rspan
Mon Jun 04, 2007 10:08 pm
Forum: JFreeChart
Topic: How to enable tooltip if not use ChartFactory?
Replies: 1
Views: 2825

How to enable tooltip if not use ChartFactory?

If not use ChartFactory to create JFreeChart object, just use JFreeChart constructor, is there any way to enable tooltip?

Thanks.
by rspan
Mon Jun 04, 2007 8:31 pm
Forum: JFreeChart
Topic: Stack Area TimeSeries Chart
Replies: 1
Views: 2794

Any idea on stacked TimeSeriesChart? How to construct it? Thansk a lot.
by rspan
Fri Jun 01, 2007 10:57 pm
Forum: JFreeChart
Topic: Stack Area TimeSeries Chart
Replies: 1
Views: 2794

Stack Area TimeSeries Chart

Is there anyway to get a chart that is TimeSeriesChart and also Stacked Chart that StackedXYAreaRenderer2 can be used here?

Thanks.
by rspan
Fri Jun 01, 2007 10:53 pm
Forum: JFreeChart
Topic: How to display grid line above the area graph
Replies: 0
Views: 2197

How to display grid line above the area graph

I have xy line graph with area filled. The filled color covers the grid line and make it invisiable. I could set the forground alpha value but the filled color actually got changed becuase it is somewhat transparant, and not exactly like the color that legend shows. Is there anyway to force the grid...
by rspan
Tue May 15, 2007 8:00 pm
Forum: JFreeChart
Topic: Where to Set Look&Feel in JFreeChart?
Replies: 0
Views: 2165

Where to Set Look&Feel in JFreeChart?

I am developing RCP application with JFreeChart with SWT-AWT bridge. The chart pop up menu has Java Look&Feel but my applicaiton running in XP has the XP Look&Feel. It is quite inconsistant. Is it possible to set JFreeChart to take native Look&Feel? I know it is possible to do it for pure java appli...
by rspan
Tue May 15, 2007 7:08 pm
Forum: JFreeChart
Topic: Save and Print on the main menu
Replies: 1
Views: 2905

Save and Print on the main menu

As I know when right click mouse on a chart there will be pop up menu with save and print functionality. Could we get those functionality on the main menu of an RCP application? The RCP applicaitn is simple, it has a view that shows the jfreechart by swt-awt bridge. I would like to have the menu ite...
by rspan
Tue May 15, 2007 7:02 pm
Forum: JFreeChart
Topic: RCP with Dynamic Chart evaluation
Replies: 8
Views: 12974

Actually this exception only happens when the application running amout of time. It seems to me the Native SWT way is not a good choice for dynamic chart.
by rspan
Thu May 10, 2007 5:28 pm
Forum: JFreeChart
Topic: RCP with Dynamic Chart evaluation
Replies: 8
Views: 12974

Thanks. raghavan_26 for the sample. Especially your notes on how to get display. That is very improtant bucase I need to get the display from the view. Did you go the same problem which Silent mention, basically running for amount of time, out of handler exception happens or if resize the windows, t...
by rspan
Wed May 09, 2007 10:17 pm
Forum: JFreeChart
Topic: [Sample] Dynamic jfreechart for SWT demo
Replies: 6
Views: 21509

Silent,

Do you have the solution on the problem you got?

Thanks,
Han
by rspan
Wed May 09, 2007 9:29 pm
Forum: JFreeChart
Topic: HELP: SWTException: an Invalid Access Error: how to solve?
Replies: 7
Views: 16410

Jinrf,

Do you have the fix on this problem? I got the same problem.

Thanks
by rspan
Tue May 08, 2007 4:44 pm
Forum: JFreeChart
Topic: RCP with Dynamic Chart evaluation
Replies: 8
Views: 12974

raghavan_26,

Thanks a lot for the valuable information. Could you please post some sample code regarding dynamic chart that is direct displayed in composite? I need to get a prototype running to evaluate the possiblity in our project. Thanks advance for your great help.

Thanks,
Han
by rspan
Fri May 04, 2007 4:10 am
Forum: JFreeChart
Topic: RCP with Dynamic Chart evaluation
Replies: 8
Views: 12974

David,

Here is link for the post about SWT and Dynamic chart. It seems finally it goes to developer mailing list. What is the final status? Is there any final working solution?

jfree.org/phpBB2/viewtopic.php?t=20763&start=0&postdays=0&postorder=asc&highlight=swt+memoryusage

Thanks,
Han
by rspan
Wed May 02, 2007 4:48 pm
Forum: JFreeChart
Topic: RCP with Dynamic Chart evaluation
Replies: 8
Views: 12974

RCP with Dynamic Chart evaluation

I am evaluating if we should use JFreeChart in our project. We need dynamic chart with Eclipse RCP. I am not sure how good for now JFreeChart support it. Based on information from this forum, it seems there are two ways to do it, one is SWT-AWT bridge and the other is SWT JFreeChart Support but it i...