Thank you!
It worked perfectly.
BR,
Unicoders
Search found 4 matches
- Tue Sep 04, 2007 9:13 am
- Forum: Java
- Topic: Disable right click on Chart
- Replies: 2
- Views: 9822
- Mon Sep 03, 2007 12:41 pm
- Forum: Java
- Topic: Disable right click on Chart
- Replies: 2
- Views: 9822
Disable right click on Chart
Hi,
How can I disable the right-click drag?
Best regards,
Unicoders
How can I disable the right-click drag?
Best regards,
Unicoders
A bug
There is a bug that was found in the Curve Fitting demo application of the TeeChart live demo. If you alter the code and add this line: myChart.getAxes().getBottom().setMinMax(80, 99); in the initComponents() method when you move with the mouse over the chart the white point will not be drawn when y...
- Thu Mar 22, 2007 4:27 pm
- Forum: Java
- Topic: Problems with late drawing response
- Replies: 1
- Views: 9416
Problems with late drawing response
Hi, I am experiencing a lag in performance when performing action similar to the Curve Fitting Demo Application in the TeeChart live demo. To summarize: I have n Series on a chart, and i have also a ShapeSerie for each of them in a form of a little circle that is moving according to the mouse motion...