Hello,
I create a chart with stock quotes using the Japanese candles (candlesticks). The worry is that on weekends and holidays there is no data. So I have holes on the charts. I wish the
Monday would be after the Friday without Sunday or Saturday. How to do that?
Search found 4 matches
- Thu Feb 10, 2011 8:24 pm
- Forum: JFreeChart
- Topic: Change the axis of the days by removing days
- Replies: 1
- Views: 2516
- Tue Jan 11, 2011 9:11 am
- Forum: JFreeChart
- Topic: Pb with NumberAxis - only 0 in the scale
- Replies: 0
- Views: 3091
Pb with NumberAxis - only 0 in the scale
Hello,
When I create another axis in a graph NumberAxis, sometimes there are only 0 on the scale so that the curve varies, because the magnitude is too small (10 ^ -5). How to make in these cases there have the power of 10 that appear in the scale?
When I create another axis in a graph NumberAxis, sometimes there are only 0 on the scale so that the curve varies, because the magnitude is too small (10 ^ -5). How to make in these cases there have the power of 10 that appear in the scale?
- Tue Dec 28, 2010 7:13 pm
- Forum: JFreeChart
- Topic: Serialization of a ChartMouseListener
- Replies: 0
- Views: 3324
Serialization of a ChartMouseListener
Hello,
When I serialize a ChartPanel and I recharge it, the ChartMouseListener associated with it was not working.
How to recharge it with the chart?
When I serialize a ChartPanel and I recharge it, the ChartMouseListener associated with it was not working.
How to recharge it with the chart?
- Mon Dec 27, 2010 2:11 pm
- Forum: JFreeChart
- Topic: Automatic scalling (zoom)
- Replies: 1
- Views: 5298
Automatic scalling (zoom)
Hello, I'd like to replicate the same function as that used for the automatic scaling of the vertical axis when done right click on the graph. I already have the following code: ValueAxis axe2=xyplot.getRangeAxis(); axe2.configure(); But the effect is not the same as when I travel freely in the grap...