Urgent requirement to Format Axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rajnesh
Posts: 19
Joined: Thu Jan 03, 2008 8:48 am

Urgent requirement to Format Axis

Post by Rajnesh » Wed Jan 09, 2008 7:12 am

Hi
I am using XYPLot and set the axis range using SetRange() method but i want the interval between values to be whole no not in float value
like suppose i set the range like valAxis.setRange(1.0,36.0)
then it plot the range like 0.0 2.5 5.0 7.5 etc
I want it to be set like 1.0 3.0 5.0 7.0 etc
is it possible
plzzzzzzzzzzz help me. ITS URGENT
Awaiting for ur reply......
Thanx in ADVANCE
Raj..

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Urgent requirement to Format Axis

Post by david.gilbert » Wed Jan 09, 2008 12:08 pm

Rajnesh wrote:plzzzzzzzzzzz help me. ITS URGENT
Urgency is a function of YOUR resourcing, it doesn't make a difference to the speed of replies in this forum (although occasionally I ignore questions marked as "urgent", just because it annoys me to have someone expect me to give them priority in a free support forum).

I also get annoyed when people ask the same question twice, so stop doing that:

http://www.jfree.org/phpBB2/viewtopic.p ... ght=#66829
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked