major/minor thiks

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
am_ei_mb

major/minor thiks

Post by am_ei_mb » Thu Jun 02, 2005 4:49 pm

Hello,
We are looking for a solution to set up secondary and tertiary graduations on vertical and horizontal axis of graphs created by JFreeChart?
We dont need to put label on the secondary and tertiary ticks.

Thanks for your help

Guest

major minor ticks

Post by Guest » Tue Jul 05, 2005 1:23 pm

Hi!
I've created a NumberTickEx which has a Tickstyle property (major/intermidiate/minor) and a specialized axis which interprets this property during the tickmark draw.

It requires some extra coding, but works. If you're interested i can give you the necessary fragments.

regards
Mst

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

Post by david.gilbert » Tue Jul 05, 2005 5:44 pm

If you have some code you'd like to make available, please post it to the patch manager at SourceForge:

http://sourceforge.net/tracker/?group_i ... tid=315494
David Gilbert
JFreeChart Project Leader

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

mst
Posts: 3
Joined: Thu Jul 07, 2005 11:49 am

Post by mst » Thu Jul 07, 2005 12:43 pm

I've just posted my extended numeric axis (NumericAxisEx) on sourceforge.

regrads
mst

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

Post by david.gilbert » Fri Jul 08, 2005 9:22 am

Thanks. I'll take a look as soon as I can.
David Gilbert
JFreeChart Project Leader

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

Locked