How to draw a line from the point to X axis, in the JavaFX ScatterChart?

后端 未结 1 724
北荒
北荒 2021-01-26 12:55

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.

1条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-26 13:33

    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.

    0 讨论(0)
提交回复
热议问题