Guys,
I have used JFreeChart in the past to use pie, bar, line charts and found it pretty simple and easy to use. I am building a new application which reads Outlook free/busy information for users from and Exchange server and graphically displays it.
My question is can I use JFreeChart to display a graph similar to this.
09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00
Person 1 [-------------------------] [=====================]
Person 2 [========================] [--------------------]
Basically [-----] represents free time and [====] busy time. Obviously these will be replaced by actual coloured bars just like in outlook.
So is it possible to plot something like this using JFreeChart?
Creating scheduling chart
Creating scheduling chart
Many thanks...
V1dyerthy
V1dyerthy