createSymbols Property not available on AreaChart
Sven Reimers
sven.reimers at gmail.com
Fri Feb 1 09:23:03 PST 2013
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
More information about the openjfx-dev
mailing list