Search found 6 matches
- Mon Oct 10, 2016 3:10 pm
- Forum: Java
- Topic: DragPoint Events in Java
- Replies: 7
- Views: 52116
Re: DragPoint Events in Java
Yes, In that code I am able to move all the lines, here is what i am talking about. I have a TChart with 4 lines, however I want to able to move only one of the lines using DragPoint Tool. The other 3 lines should not be moved. I tried to add series to DragPoint class constructor, but I am not able ...
- Wed Oct 05, 2016 10:52 am
- Forum: Java
- Topic: DragPoint Events in Java
- Replies: 7
- Views: 52116
Re: DragPoint Events in Java
I have a chart with multiple Lines, Yet I want to enable just one of the lines as draggable. The other lines have to remain static.
- Mon Oct 03, 2016 5:54 pm
- Forum: Java
- Topic: Drag Functionality
- Replies: 1
- Views: 36276
Drag Functionality
Hi,
I know TeeChart allows DragPoint functionality where we can move points, was wondering if we have functionality to move the entire series if a point is dragged, adjust the other data points once a data point is moved.
I know TeeChart allows DragPoint functionality where we can move points, was wondering if we have functionality to move the entire series if a point is dragged, adjust the other data points once a data point is moved.
- Wed Sep 07, 2016 1:43 pm
- Forum: Java
- Topic: DragPoint Events in Java
- Replies: 7
- Views: 52116
Re: DragPoint Events in Java
Can we do the same using Swing components. My project is a swing project?
- Tue Sep 06, 2016 7:34 pm
- Forum: Java
- Topic: Null Pointer Exception while refreshing the chart
- Replies: 1
- Views: 35986
Null Pointer Exception while refreshing the chart
Hi, I have a Swing panel with couple of drop down inputs which will fetch the values and then refresh a chart. The chart initially loads fine and when I change the input and get the data again, I am getting a null pointer exception as shown below. UNCAUGHT EXCEPTION OCCURED IN THREAD: AWT-EventQueue...
- Fri Sep 02, 2016 1:27 pm
- Forum: Java
- Topic: DragPoint Events in Java
- Replies: 7
- Views: 52116
DragPoint Events in Java
Hi, I am implementing a Dragpoint event for my chart in Java, and now I want to capture the values after the drag point event is done and save them to DB. I see the legend is being updated with the values but I am not able to capture the values. Can you suggest a way to capture the data after the Dr...