Creating scheduling chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
v1dyerthy
Posts: 2
Joined: Thu Feb 09, 2006 10:47 am
Location: London, UK

Creating scheduling chart

Post by v1dyerthy » Thu Feb 09, 2006 11:06 am

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?
Many thanks...
V1dyerthy

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Thu Feb 09, 2006 11:18 am


Tzaphkiel
Posts: 44
Joined: Tue May 13, 2003 1:37 pm
Location: Belgium

Post by Tzaphkiel » Thu Feb 09, 2006 2:30 pm

Hi,

I'm actually curious : "how" do you access the outlook (exchange server I suppose) data ? What library/API do you use?

I've heard about J-Integra... but is is neither free nor open source...

Thanks for the info
Tzaphkiel
Image

v1dyerthy
Posts: 2
Joined: Thu Feb 09, 2006 10:47 am
Location: London, UK

Post by v1dyerthy » Fri Feb 10, 2006 5:31 pm

Thanks for the info. Much appreciated.
Many thanks...
V1dyerthy

Locked