0

I use LineChart from JavaFX and I want to add second scale on my chart on right side. I have tested JFreeChart, but It's used objects from awt (Circle, Color etc.). I use such class from JavaFX, so JFreeChart not resolve my problem. Do somebody have any ideas how it can be realyzed? Thanks for help.

enter image description here

StiG
  • 1
  • 2
  • 1
    [tag:jfreechart] supports this, for [example](https://stackoverflow.com/a/13362809/230513). – trashgod Sep 18 '17 at 11:36
  • @trashgod I use Javafx. JFreeChart based on AWT if I dont mistakes. How I can use this together? – StiG Sep 18 '17 at 12:03
  • 1
    https://github.com/JKostikiadis/MultiAxisScatterChart – SedJ601 Sep 18 '17 at 13:26
  • @ВладЧеловянов: No, it works in JavaFX, for [example](https://stackoverflow.com/a/44688314/230513). – trashgod Sep 18 '17 at 17:36
  • @trashgod Oh, I test it with JavaFX. I need delete all objects with Color or Shape because It use JavaFX objects... Its very bad idea... What I can user awt elevents with JavaFX together? – StiG Sep 19 '17 at 12:21
  • @SedrickJefferson Its ScatterChart. Unfortunately, I use LineChart – StiG Sep 19 '17 at 12:22
  • Please [edit] your question to include the new requirements and a [mcve] that exhibits any problem you encounter with your chosen approach. – trashgod Sep 19 '17 at 16:40

0 Answers0