Search found 7 matches

by maryan
Tue Jan 03, 2012 10:55 am
Forum: JFreeChart
Topic: Draw crosshair on selected serie
Replies: 0
Views: 3416

Draw crosshair on selected serie

Hey,
I have xy chart with few series and I want draw crosshair only on one selected serie.
How can I do that?
by maryan
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.
by maryan
Wed Dec 07, 2011 2:12 pm
Forum: JFreeChart
Topic: [SOLVED] LogarithmicAxis zoom
Replies: 6
Views: 12766

Re: LogarithmicAxis zoom

Alex4924 wrote:Thank a lot,

my problem is almost solved, Do you know how to add tick marks, for example 1000 -> 1KBq?
How did you solve this?
by maryan
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.
by maryan
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.
by maryan
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?
by maryan
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?