Chart Properties - Stroke Selection

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
artipton
Posts: 16
Joined: Thu Jul 03, 2008 6:59 pm

Chart Properties - Stroke Selection

Post by artipton » Mon Apr 06, 2009 9:14 pm

Hello All,

Searching through the forum, I found an issue (thread - 'a possible bug') that was close (and part of the issue) that I am seeing, but I didn't see one that addressed the issue I am having. Any help would be appreciated.

In the chart properties, go to 'Plot', 'Appearance', and 'Select...' for the stroke selection. If you double-click on the current selection, it looses all of the options (it goes blank). It doesn't seem double click related... it seems to be that if you select the current option in the list. For example, the same thing will happen if you choose the option in the list that is already the current selection.

I also see this on the lasest versions of the jfreechart and jcommon jars.

Thank you.

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

Re: Chart Properties - Stroke Selection

Post by david.gilbert » Tue Apr 07, 2009 3:13 pm

I fixed a bug in the stroke selection for the next release, not sure if it is related:

https://sourceforge.net/tracker/?func=d ... tid=115494

The property editors aren't well supported...I think it is a lot of work to do this aspect right, and no-one has had the time for it so far.
David Gilbert
JFreeChart Project Leader

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

artipton
Posts: 16
Joined: Thu Jul 03, 2008 6:59 pm

Re: Chart Properties - Stroke Selection

Post by artipton » Tue Apr 07, 2009 4:24 pm

artipton wrote:...

I also see this on the lasest versions of the jfreechart and jcommon jars.

...
Ok, I will watch for it in future releases, thank you.

Locked