I cannot write English very well, because I'm not a native.
My problem is this: I'm working to display a time series as a bar chart. I want a chart like the XYBarChartDemo1.java
that combines aspects of BarChart
and XYPlot
. Especially, I want that the charts _x_-axis shows time using
Hour, not
Year. For example, the chart
s category has to show that value like 13:00, 14:00, 15:00 (at 1 hour intervals). How can I make that work?