Search found 8 matches

by chunkyks
Fri Nov 08, 2013 8:59 pm
Forum: JFreeChart
Topic: Noncontiguous LineAndShapeRenderer
Replies: 2
Views: 2827

Re: Noncontiguous LineAndShapeRenderer

That worked perfectly. Thank-you!

Gary
by chunkyks
Thu Nov 07, 2013 8:54 pm
Forum: JFreeChart
Topic: Noncontiguous LineAndShapeRenderer
Replies: 2
Views: 2827

Noncontiguous LineAndShapeRenderer

I'm using a LineAndShapeRenderer on a chart, with both lines and points enabled. The X Axis is a DateAxis, and points are either every month, or every three months. Sometimes a month [or quarter] is skipped, and I don't have a point for it. What I want is to *not* draw lines between points, if the p...
by chunkyks
Fri Oct 18, 2013 10:16 pm
Forum: JFreeChart
Topic: Two questions about value markers
Replies: 2
Views: 2549

Re: Two questions about value markers

That's perfect, thank-you.

Gary
by chunkyks
Thu Oct 17, 2013 2:11 am
Forum: JFreeChart
Topic: Two questions about value markers
Replies: 2
Views: 2549

Two questions about value markers

Afternoon, I'm having a hard time doing two things with value markers, I'm hoping someone can point me in the right direction: 1) On an XYPlot with two range axes, I'm trying to add a valuemarker to the second range axis, but I can't figure out what combination of UI elements to call; the only "addR...
by chunkyks
Mon Nov 28, 2011 11:25 pm
Forum: JFreeChart
Topic: Pie Rendering issues
Replies: 2
Views: 3005

Re: Pie Rendering issues

Thanks for the quick response! Unfortunately... I tried calling setNotify(true) on the MultiplePiePlot shortly after instantiating it, no dice. Resizing the window also has no effect at all. After some messing around, I noticed that the version of setSectionPaint I was using is deprecated; I was usi...
by chunkyks
Mon Nov 28, 2011 6:19 am
Forum: JFreeChart
Topic: How to add a Jfreechart(pie chart) to a panel in netbeans
Replies: 1
Views: 3229

Re: How to add a Jfreechart(pie chart) to a panel in netbean

Personally, I choose "custom code" for a JPanel's constructor in the netbeans gui editor. Then simply give a function that I create that returns a JChartPanel. NetBeans does everything else for me, that way.

Gary (-;
by chunkyks
Mon Nov 28, 2011 12:35 am
Forum: JFreeChart
Topic: Pie Rendering issues
Replies: 2
Views: 3005

Pie Rendering issues

Afternoon, I'm having a weird problem with pie charts, I'm wondering if anyone can point me in the right direction. Here's the problem: The colors aren't being rendered correctly on the chart, but the legend has it fine: http://i.imgur.com/Yjr6y.png After another trip through the event queue where t...
by chunkyks
Sat Sep 24, 2011 2:59 am
Forum: JFreeChart
Topic: Keep font aspect ratio or size?
Replies: 2
Views: 4219

Re: Keep font aspect ratio or size?

I'm currently having this problem, was an answer ever discovered? This manifests in the demo; using ChartPanel, the graph shows. If I resize the panel, it gets correctly re-sized, but in a way that seems to simply scale and then re-render everything. Specifically, this seems to cause the aspect rati...