How i can use jfreeChart with Javafx2

前端 未结 4 978
臣服心动
臣服心动 2020-12-10 09:11

For a JavaFX2 Application I have to show different types of Charts.I am using jfreeChart for Charts creation and code given below:

public static JFreeChart g         


        
4条回答
  •  执笔经年
    2020-12-10 09:40

    It is now possible to display a JFreeChart instance on a JavaFX Canvas using FXGraphics2D, a free implementation of the Graphics2D API for JavaFX.

提交回复
热议问题