hello.
i want to add a line in the XYChart (which is set to CChartViewer previously).
i used CChartViewer.getChart() and getLayer(), and addDataset()
and then setChart()
but the chart does not change at all.
i just want to add a line without any change in XYChart. How can I do that? |