Search found 7 matches
- Thu Nov 29, 2007 9:15 am
- Forum: JFreeChart
- Topic: XYImageAnnotation with SWT
- Replies: 6
- Views: 6910
XYImageAnnotation with SWT
Hello, I wanted to use an XYImageAnnotation in a Chart. I'm using JFreeChart with SWT, so ChartComposite is my Container, where I put the Chart. The problem was, that XYImageAnnotations didn't apear in the chart, while other Annotations like TextAnnotations appeared. So after a few hours of debuggin...
- Wed Nov 21, 2007 4:37 pm
- Forum: JFreeChart
- Topic: Synchronisation of crosshairs
- Replies: 1
- Views: 2816
- Mon Nov 19, 2007 5:52 pm
- Forum: JFreeChart
- Topic: Synchronisation of crosshairs
- Replies: 1
- Views: 2816
Synchronisation of crosshairs
Hello, I hava two JFreeCharts in a SWT-Composite and I would like to synchronize the vertical crosshairs. So when I click the upper chart, I have to move the crosshair in the lower and contrariwise. I found the appropriate methods in the classes to get and set the crosshairvalues. The problem is, th...
- Fri Nov 09, 2007 9:20 am
- Forum: JFreeChart
- Topic: capture mouse events
- Replies: 6
- Views: 12085
- Fri Nov 09, 2007 8:59 am
- Forum: JFreeChart
- Topic: Disable zooming
- Replies: 6
- Views: 13392
Hello zhoupo, thank you for your help. I don't use a ChartPanel because I'm working with SWT, so I'm using a ChartComposite. You hint helped anyway. I overrided two methods in ChartComposite like this: chartComposite = new ChartComposite(this, SWT.NONE, null, false){ @Override public void zoom(Recta...
- Thu Nov 08, 2007 9:01 am
- Forum: JFreeChart
- Topic: Disable zooming
- Replies: 6
- Views: 13392
- Tue Nov 06, 2007 10:08 am
- Forum: JFreeChart
- Topic: Disable zooming
- Replies: 6
- Views: 13392
Disable zooming
Hello, I'm new to JFreeChart and very happy about having such a powerful framework. One question: I'm using the class org.jfree.experimental.chart.swt.ChartComposite to use JFreeChart with SWT. Everyting works fine so far. Could anyone please tell me, how I can disable the zoom-feature. Can I do thi...