Just started using JFreeChart so this might be a trivial question(I hope:).
I have values of the type 0,1,0,1,0,2 etc.
So I want each point in the graph to be represented by a constant value until it reaches the next data point. So it should look something like this:
Code: Select all
3 |
2 | ____
1 |____| |____|
------------------------
------- time---->
hope this makes sense
thanks
ste