createSymbols Property not available on AreaChart
Sven Reimers
sven.reimers at gmail.com
Sat Feb 2 09:47:02 PST 2013
Enhancement request filed:
http://javafx-jira.kenai.com/browse/RT-28148
Next step: working on a patch
-Sven
On Fri, Feb 1, 2013 at 8:06 PM, Sven Reimers <sven.reimers at gmail.com> wrote:
> Ok. Will file issue and try to provide patch.
>
> -Sven
> Am 01.02.2013 19:33 schrieb "Jasper Potts" <jasper.potts at oracle.com>:
>
> Hi,
>>
>> Seems like a good idea. If you file a JIRA Tweak that would be great, a
>> patch would also be most welcome :-)
>>
>> Thanks
>>
>> Jasper
>>
>> On Feb 1, 2013, at 9:23 AM, Sven Reimers <sven.reimers at gmail.com> wrote:
>>
>> > Hi,
>> >
>> > just thought I check here first before opening a RFE on JIRA.
>> >
>> > LineChart has a createSymbols Property to switch on/off creation of
>> symbols
>> > where data points are in the chart. The same property would be nice to
>> have
>> > on AreaChart as well, since it is way more easy to get rid of the
>> symbols
>> > with such a property in comparison to be forced doing this via CSS and
>> in
>> > terms of API it would be more consistent with LineChart.
>> >
>> > So how about adding createSymbols property to AreaChart?
>> >
>> >
>> > Desired API change:
>> > -- snip --
>> >
>> > /**
>> > * Indicates whether symbols for data points will be created or not.
>> > *
>> > * @return true if symbols for data points will be created and false
>> > otherwise.
>> > */
>> > public final boolean getCreateSymbols() { return
>> > createSymbols.getValue(); }
>> > public final void setCreateSymbols(boolean value) {
>> > createSymbols.setValue(value); }
>> > public final BooleanProperty createSymbolsProperty() { return
>> > createSymbols; }
>> >
>> > --snip ---
>> >
>> > Comments?
>> >
>> > Thanks
>> >
>> > -Sven
>> > --
>> > Sven Reimers
>> >
>> > * Senior Expert Software Architect
>> > * NetBeans Dream Team Member: http://dreamteam.netbeans.org
>> > * Community Leader NetBeans: http://community.java.net/netbeans
>> > Desktop Java:
>> > http://community.java.net/javadesktop
>> > * Duke's Choice Award Winner 2009
>> > * Blog: http://nbguru.blogspot.com
>> >
>> > * XING: https://www.xing.com/profile/Sven_Reimers8
>> > * LinkedIn: http://www.linkedin.com/in/svenreimers
>> >
>> > Join the NetBeans Groups:
>> > * XING: http://www.xing.com/group-20148.82db20
>> > * NUGM: http://haug-server.dyndns.org/display/NUGM/Home
>> > * LinkedIn: http://www.linkedin.com/groups?gid=1860468
>> > http://www.linkedin.com/groups?gid=107402
>> > http://www.linkedin.com/groups?gid=1684717
>> > * Oracle: https://mix.oracle.com/groups/18497
>>
>>
--
Sven Reimers
* Senior Expert Software Architect
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* NetBeans Governance Board Member:
http://netbeans.org/about/os/governance.html
* Community Leader NetBeans: http://community.java.net/netbeans
Desktop Java:
http://community.java.net/javadesktop
* Duke's Choice Award Winner 2009
* Blog: http://nbguru.blogspot.com
* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers
Join the NetBeans Groups:
* XING: http://www.xing.com/group-20148.82db20
* NUGM: http://haug-server.dyndns.org/display/NUGM/Home
* LinkedIn: http://www.linkedin.com/groups?gid=1860468
http://www.linkedin.com/groups?gid=107402
http://www.linkedin.com/groups?gid=1684717
* Oracle: https://mix.oracle.com/groups/18497
More information about the openjfx-dev
mailing list