Hi,
I have a requirement in which I have to create a graph for which two fields will be plotted as a bar graph and one as a line graph.
For example:
there are 3 fields->
1. NumberOfStart --> The projects that have started implementation on a given month
2. NumberOfEnd -->The projects that have completed implementation on a given month
3. NumberOfActive---> The projects that are in process on a given month.
I need to create a graph where the Number of start and Number of end projects will be shown as a bar graph and in the same bar graph the number of active projects will be plotted as a line graph.
Is it possible with the help of xcelsius?