Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVAFX LINECHART AND XYSERIES i created this LineChart (it looks like a scatter chart because the solo points are all indivual XYSeries, there is one

JAVAFX LINECHART AND XYSERIES

i created this LineChart (it looks like a scatter chart because the solo points are all indivual XYSeries, there is one actual line -- which is just a series with more than one point), I need to remove the visibiliy of the symbols that are at the ends of the orange line. image text in transcribedi have tried to do the following

series.getNode().setStyle("-fx-symbol-visible: false;"); series.getNode().setStyle("visibility: false, -fx-opacity: 0.3;");

series.nodeProperty().get().setStyle("-fx-opacity: 0.3,-fx-symbol-visible: false,-fx-stroke: #ffff00,-fx-stroke-type: centered;");

but the problem is, that it shows that the node is null! why is this?

Data Visualization 6.5 6.0 5.5 5.0 4.0 3.5 3.0 2.5 2.0 0.5 0.0 1.5 -1.0 -0.5 0.0 0.5 1.0 1.52.02.5 3.0 3.5 4.0 4.5 5.0 5.5 O AverageLine O a o d O nine O b o ten o r O f 0 Data Visualization 6.5 6.0 5.5 5.0 4.0 3.5 3.0 2.5 2.0 0.5 0.0 1.5 -1.0 -0.5 0.0 0.5 1.0 1.52.02.5 3.0 3.5 4.0 4.5 5.0 5.5 O AverageLine O a o d O nine O b o ten o r O f 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part I Lnai 8724

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448475, 978-3662448472

More Books

Students also viewed these Databases questions