is it possible to recall the series after removing uisng dataset.remove(series).
thanks,
anirudh.k
Search found 15 matches
- Mon Jun 29, 2009 10:55 am
- Forum: JFreeChart
- Topic: recall series
- Replies: 0
- Views: 2205
- Wed Jun 24, 2009 6:15 am
- Forum: JFreeChart
- Topic: How to make a real time scrolling plot?
- Replies: 12
- Views: 41087
Re: How to make a real time scrolling plot?
hi ,
its very useful for me . but can u tell what changes u made to jfreechart api , because i want to implement this is chartcomposite so i want to modify it according to this requirements .
Thanks,
anirudh.k
its very useful for me . but can u tell what changes u made to jfreechart api , because i want to implement this is chartcomposite so i want to modify it according to this requirements .
Thanks,
anirudh.k
- Thu Jun 11, 2009 11:24 am
- Forum: JFreeChart
- Topic: can i make my chart dynamic without using runnable method?
- Replies: 0
- Views: 1672
can i make my chart dynamic without using runnable method?
hi , i created a dynamic chart using memory usage demo . in that he used datagenerator class and called runnable method .., i used the same as he follows my chart is consuming more cpu usage while making it to run for at least 500 points . so can u help me to make my chart more faster.even if i zoom...
- Wed Jun 03, 2009 1:31 pm
- Forum: JFreeChart
- Topic: how to get origin point of the chart
- Replies: 0
- Views: 1881
how to get origin point of the chart
i am trying to change the origin point of my graph dynamically when i drag mouse over the chart . for that i tried in different ways ... like re drawing the chart with next point and etc.., but its not providing me the required result . so my question is ... how the origin points are set in the char...
- Tue Jun 02, 2009 5:28 am
- Forum: JFreeChart
- Topic: move chart using mousemove
- Replies: 2
- Views: 2758
Re: move chart using mousemove
but my work is on swt frame only , so i am using chart composite , even i modifed some code in mousemove evnt now dragging is working but it is not upto mark . i am checking more to make it more effective . even thanks for u reply..., if u know what to modify in mouse mve please let me know. thnaks ...
- Mon Jun 01, 2009 11:49 am
- Forum: JFreeChart
- Topic: move chart using mousemove
- Replies: 2
- Views: 2758
move chart using mousemove
hi,
i am doing one applicatin in which i need to move the chart (drag chart using mouse) .., i had changed some code in mouse up and mouse down in chartcomposite.., but still i cant able to implement ..,
so please if any one knows just help me..,
Thanks
Anirudh.k
i am doing one applicatin in which i need to move the chart (drag chart using mouse) .., i had changed some code in mouse up and mouse down in chartcomposite.., but still i cant able to implement ..,
so please if any one knows just help me..,
Thanks
Anirudh.k
- Fri May 15, 2009 7:52 am
- Forum: JFreeChart
- Topic: adding array of values to dataset
- Replies: 4
- Views: 5506
Re: adding array of values to dataset
thanks for ur reply .., this is my dataitems class .., is it the right way i declared.., please provide me with an example if i am wrong public class dataitemstest { } class dataitems { double domainval; double rangeval; public dataitems(double n, double s) { domainval = n; rangeval = s; } } Thanks ...
- Thu May 14, 2009 8:24 am
- Forum: JFreeChart
- Topic: adding array of values to dataset
- Replies: 4
- Views: 5506
Re: adding array of values to dataset
is it the right process i did please tell me.., these r the bugs i got Exception in thread "main" java.lang.NullPointerException at jfreechart.HideSeriesDemo1$MyDemoPanel.createSampleDataset(HideSeriesDemo1.java:97) at jfreechart.HideSeriesDemo1$MyDemoPanel.<init>(HideSeriesDemo1.java:37) at jfreech...
- Thu May 14, 2009 8:22 am
- Forum: JFreeChart
- Topic: adding array of values to dataset
- Replies: 4
- Views: 5506
adding array of values to dataset
hii, i am new to jfree chart is it possible to add array of (x , y ) values XYseries of the dataset this is the work done by mee., but i am getting more bugs dataitems[] xypiont = new dataitems[10]; xypiont[0] = new dataitems(451, 3500); xypiont[1] = new dataitems(452, 3600); xypiont[2] = new datait...
- Wed May 13, 2009 10:21 am
- Forum: JFreeChart
- Topic: Disable zooming
- Replies: 6
- Views: 13383
Re: Disable zooming
its very easy ...,
while create chart composite ..,
it has one constructor which will disable the zoom
just use that one .
while create chart composite ..,
it has one constructor which will disable the zoom
just use that one .
- Thu May 07, 2009 9:56 am
- Forum: JFreeChart
- Topic: did any one used mouse wheel ?
- Replies: 2
- Views: 3092
Re: did any one used mouse wheel ?
thanks for ur reply..,
its working in jpanel..,
is it possible to set mouse up and mouse down in chartpanel . i want to click and move the chart ., so i want to know weather it works or not
if possible can u tell me where to modify the code..
Thanks ...,
anirudh.k
its working in jpanel..,
is it possible to set mouse up and mouse down in chartpanel . i want to click and move the chart ., so i want to know weather it works or not
if possible can u tell me where to modify the code..
Thanks ...,
anirudh.k
- Wed May 06, 2009 8:03 am
- Forum: JFreeChart
- Topic: did any one used mouse wheel ?
- Replies: 2
- Views: 3092
did any one used mouse wheel ?
hi, i am using mousewheel event handler which is newly inserted in jfree chart , but i have a problem with it ? its not working when i am running in eclipse viewpart can any one tell me how to run in eclipse? this is my code.., package org.ancit.result.ui.view; import java.awt.BorderLayout; import j...
- Wed May 06, 2009 7:54 am
- Forum: JFreeChart
- Topic: want to implement mouseup and mousedown events
- Replies: 1
- Views: 3534
want to implement mouseup and mousedown events
hi,
i am doing one application in jfree chart which consists of more Xysereis and more dataitems , so while zooming i want to implement mousemove ,mousedown and mouseup in chart .
is it possible to do modify in chartpanel.
if so how? please any one know tell me how to do it?
i am doing one application in jfree chart which consists of more Xysereis and more dataitems , so while zooming i want to implement mousemove ,mousedown and mouseup in chart .
is it possible to do modify in chartpanel.
if so how? please any one know tell me how to do it?
- Wed May 06, 2009 7:50 am
- Forum: JFreeChart
- Topic: XY charts - dynamic data, drawing updated area only
- Replies: 6
- Views: 15378
Re: XY charts - dynamic data, drawing updated area only
thanks now i got the output..
- Thu Apr 30, 2009 11:11 am
- Forum: JFreeChart
- Topic: XY charts - dynamic data, drawing updated area only
- Replies: 6
- Views: 15378
Re: XY charts - dynamic data, drawing updated area only
hi , the one which u provided was very good and its running . but i have a problem which importing the code in eclipse viewpart .., the data is not generating automatically , untill i press mouse on the graph .., so please can u help me to adjust these error .. this is my mail id anirudhkaki@gmail.c...