I have some questions concerning the XYBarChart with TimeSeries.
I added monthly values with the following code:
Code: Select all
dataset.add(new org.jfree.data.time.Month(date),value, "Quantile" );
Code: Select all
ValueMarker mark = new ValueMarker(date, Color.DARK_GRAY, new BasicStroke(1));
plot.addDomainMarker(mark, Layer.BACKGROUND);
Anonther question is, how can I adjust the width of the bar. Especially when using Day instead of month the width of the bar is 1px. I have searched a lot in the forum, but there is no answer which helped me.
I am using version 1.0.9.
Perhaps anybody has a solution for that. Thanks for your help.
Bye
Martin