CategoryDomain

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
anibanm
Posts: 12
Joined: Thu May 17, 2007 4:12 pm

CategoryDomain

Post by anibanm » Mon Jun 25, 2007 5:57 pm

Hello,

I've a CategoryPlot.

There're many Categories (480 diferents) in domain, how can I do to display only some categories(for example 6 category, one of every 80 categories)?

Thank's

anibanm
Posts: 12
Joined: Thu May 17, 2007 4:12 pm

What can I do?

Post by anibanm » Tue Oct 23, 2007 4:53 pm

Hello, I need your help.
what function should be overwritted to get my objective?

I've tried to overwritte refreshTicks method but I had problems with categoryLabelPositions because it has private access.


I'm waitting for your answer.
Thanks

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 » Wed Oct 24, 2007 10:47 pm

You have a lot of categories...perhaps they represent some value scale and you should in fact be using an XYPlot instead?
David Gilbert
JFreeChart Project Leader

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

Locked