Search found 4 matches

by unicoders
Tue Sep 04, 2007 9:13 am
Forum: Java
Topic: Disable right click on Chart
Replies: 2
Views: 8815

Thanks

Thank you!
It worked perfectly.

BR,
Unicoders
by unicoders
Mon Sep 03, 2007 12:41 pm
Forum: Java
Topic: Disable right click on Chart
Replies: 2
Views: 8815

Disable right click on Chart

Hi,

How can I disable the right-click drag?

Best regards,
Unicoders
by unicoders
Thu Mar 22, 2007 4:30 pm
Forum: Java
Topic: A bug
Replies: 2
Views: 10008

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...
by unicoders
Thu Mar 22, 2007 4:27 pm
Forum: Java
Topic: Problems with late drawing response
Replies: 1
Views: 8679

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...