Hey,
I have xy chart with few series and I want draw crosshair only on one selected serie.
How can I do that?
Search found 7 matches
- Tue Jan 03, 2012 10:55 am
- Forum: JFreeChart
- Topic: Draw crosshair on selected serie
- Replies: 0
- Views: 3416
- Thu Dec 08, 2011 11:13 am
- Forum: JFreeChart
- Topic: How call refreshTicksVertical from NumberAxis
- Replies: 3
- Views: 6447
How call refreshTicksVertical from NumberAxis
Hey,
I have question. How can I call method refreshTicksVertical from NumberAxis class.
I want to change tick labels dynnamicly after click button therfore I need this.
I have question. How can I call method refreshTicksVertical from NumberAxis class.
I want to change tick labels dynnamicly after click button therfore I need this.
- Wed Dec 07, 2011 2:12 pm
- Forum: JFreeChart
- Topic: [SOLVED] LogarithmicAxis zoom
- Replies: 6
- Views: 12766
Re: LogarithmicAxis zoom
How did you solve this?Alex4924 wrote:Thank a lot,
my problem is almost solved, Do you know how to add tick marks, for example 1000 -> 1KBq?
- Fri Dec 02, 2011 3:16 pm
- Forum: JFreeChart
- Topic: disable negatives values on lineChart with zoom
- Replies: 5
- Views: 11226
Re: disable negatives values on lineChart with zoom
As I wrote in another post, you can try to override zoomOutBoth method from ChartPanel. That's work for me.
- Thu Dec 01, 2011 11:36 am
- Forum: JFreeChart
- Topic: [SOLVED] LogarithmicAxis zoom
- Replies: 6
- Views: 12766
Re: LogarithmicAxis zoom
I think that you can try to override zoomOutBoth method from ChartPanel.
- Thu Dec 01, 2011 10:31 am
- Forum: JFreeChart
- Topic: disable negatives values on lineChart with zoom
- Replies: 5
- Views: 11226
Re: disable negatives values on lineChart with zoom
Hey, did you fix this?
- Thu Dec 01, 2011 9:57 am
- Forum: JFreeChart
- Topic: +/- Infinite vertical line on xy plot
- Replies: 0
- Views: 3647
+/- Infinite vertical line on xy plot
Hello!
Is it possible to make +/- infinite vertical line on XY plot in jfree chart?
