Search found 6 matches

by Alex4924
Wed Dec 07, 2011 3:36 pm
Forum: JFreeChart
Topic: [SOLVED] LogarithmicAxis zoom
Replies: 6
Views: 12766

Re: [SOLVED] LogarithmicAxis zoom

I use the méthods

Code: Select all

protected List refreshTicksHorizontal(Graphics2D g2,Rectangle2D dataArea,RectangleEdge edge)
and

Code: Select all

    protected List refreshTicksVertical(Graphics2D g2,Rectangle2D dataArea,RectangleEdge edge)
in the class LogarithmicAxis
by Alex4924
Wed Dec 07, 2011 11:06 am
Forum: JFreeChart
Topic: [SOLVED] LogarithmicAxis zoom
Replies: 6
Views: 12766

[SOLVED] LogarithmicAxis zoom

My probleme is solved, Thank you mkrauskopf!!
by Alex4924
Tue Dec 06, 2011 3:32 pm
Forum: JFreeChart
Topic: [SOLVED] LogarithmicAxis zoom
Replies: 6
Views: 12766

Re: LogarithmicAxis zoom

Thank a lot,

my problem is almost solved, Do you know how to add tick marks, for example 1000 -> 1KBq?
by Alex4924
Thu Dec 01, 2011 10:58 am
Forum: JFreeChart
Topic: disable negatives values on lineChart with zoom
Replies: 5
Views: 11226

Re: disable negatives values on lineChart with zoom

Hello,

No I didn't fix this problem and I didn't have any answer!
by Alex4924
Wed Nov 30, 2011 5:06 pm
Forum: JFreeChart
Topic: [SOLVED] LogarithmicAxis zoom
Replies: 6
Views: 12766

[SOLVED] LogarithmicAxis zoom

Hello everybody,

I use the LogarithmicAxis in my chart, and I don't want ot display values below zero when i zoom out.

Is it possible?

Thanks
by Alex4924
Wed Nov 23, 2011 11:02 am
Forum: JFreeChart
Topic: disable negatives values on lineChart with zoom
Replies: 5
Views: 11226

disable negatives values on lineChart with zoom

Hello everybody, For beginning I specify to you that I am French so sorry for my English. I've a problem with a LineChart graph who is create dynamically. This graph contain mouse wheel Zoom. The x-axis contains date values, and the y-axis contains numeric values. And I want to disable negatives val...