Search found 2 matches

by happythach864
Thu Jul 26, 2018 8:02 am
Forum: JFreeChart
Topic: need help?
Replies: 0
Views: 4657

need help?

Hi, I has problem in drawing graph in servlet by using JFreeChart. Below is a part of my servlet program : ... xyData = createXYDataSource2(); chart.setAntiAlias(false); chart = JFreeChart.createTimeSeriesChart(xyData); StandardTitle title = (StandardTitle)chart.getTitle(); title.setTitle("Value of ...
by happythach864
Thu Jul 26, 2018 8:02 am
Forum: JFreeChart
Topic: hi there, i have a question, please help
Replies: 0
Views: 4534

hi there, i have a question, please help

Hi, is it possible to put the chartviewer inside a Pane or GridPane? Most of the examples have it inside the scene and I need to put it in a container. I am trying to have it display in a GridPane and it will not display unless it is the actual scene. I have 3 cases, 2 of them don't work and one doe...