Search found 6 matches

by CyberMaarten
Thu Dec 06, 2012 4:38 pm
Forum: JFreeChart
Topic: ValueAxis inside data area.
Replies: 4
Views: 6805

Re: ValueAxis inside data area.

Works like a charm! Thanks!
by CyberMaarten
Tue Dec 04, 2012 7:48 pm
Forum: JFreeChart
Topic: ValueAxis inside data area.
Replies: 4
Views: 6805

Re: ValueAxis inside data area.

Hi Martin, Thx for your reply. But you have the possibility to draw the axis on the plot's edges and add zero baselines. Do you mean to give the x and y gridlines with value 0 a different stroke (like thicker or a different color), and keep the value labels on the edge? Because that's actually all I...
by CyberMaarten
Mon Dec 03, 2012 7:57 pm
Forum: JFreeChart
Topic: ValueAxis inside data area.
Replies: 4
Views: 6805

ValueAxis inside data area.

If I understand correctly, axes are drawn on the edge of the data area. Is there an easy way to draw them inside the area?

Like this:
Image
by CyberMaarten
Wed Oct 31, 2012 5:07 pm
Forum: JFreeChart
Topic: Balloonchart
Replies: 5
Views: 7365

Re: Balloonchart

John, that's great. I looked at your code and it's neat.

I'll do as you say and try it to use it with XYBubbleRenderer.
by CyberMaarten
Tue Oct 30, 2012 3:17 pm
Forum: JFreeChart
Topic: Balloonchart
Replies: 5
Views: 7365

Re: Balloonchart

Thank you both for your response! The 4D bubblechart is exactly what the result should be. Unfortunetaly, the chart has to be produced on a previous version of Websphere, which runs JDK 1.5. The 3D (or 4D :P ) bubbles are painted with the RadialGradientPaint class, which is JDK 1.6. But of course I ...
by CyberMaarten
Sun Oct 21, 2012 5:39 pm
Forum: JFreeChart
Topic: Balloonchart
Replies: 5
Views: 7365

Balloonchart

I don't know if it's the official word for it, but I mean something like this: http://www.picador.net/share/BalloonChart.png More exactly, I'm looking for a chart class which you can add transparent 3D balloons to, with position, size, and color as parameters. I've searched this forum and googled fo...