Search found 3 matches
- Thu Jan 22, 2009 12:35 pm
- Forum: JCommon
- Topic: Passing Jtable instead of TableModel in JFreeReports?
- Replies: 0
- Views: 125165
Passing Jtable instead of TableModel in JFreeReports?
Hi, I am new to JFreeReports and java. I am using JFreeReport 0.8.7 in my project to export a table as a report. My table is getting dynamic values from a network device and the tablemodel is not updating properly. So can you please tel me is it possible to pass Jtable instead of TableModel to gener...
- Tue Jan 13, 2009 10:33 am
- Forum: JFreeChart
- Topic: Dynamic TimeSeries Plotting - Left to Right
- Replies: 7
- Views: 10720
aznoohwee, I am working on a dynamic data application using JFreeChart and I am having some issues on displaying it. Its plotting the data from right to left. I tried by setting initial range with auto-range off, and then added a ChartChangeListener in which i turned on the FixedAutoRange. Even then...
- Tue Nov 11, 2008 8:02 am
- Forum: JFreeChart
- Topic: Colors getting overlapped in StackedBarCharts
- Replies: 0
- Views: 2526
Colors getting overlapped in StackedBarCharts
Hi David, I am using stackedbarchart in my application.Values will change dynamically in the application and if any one of the value is very large then graph is plotted with the color corresponding to that value and not able to see other values. I tried using setForegroundAlpha()to plot but its look...