0

Now I am work with JavaFX ScatterChart and I need to draw a line from the point of data to X axis, as I show in the image below.

enter image description here

Thak you for your help!!

Raul
  • 465
  • 5
  • 16

1 Answers1

0

You'll have to create a custom chart and add the lines as custom nodes. This is very similar to the marker lines in the answer to the Adding a line in a JavaFX chart question.

Community
  • 1
  • 1
Roland
  • 18,114
  • 12
  • 62
  • 93