Line Graph V1.0.14
A graphing module based on the ZedGraph library. The Module features 3 basic display style.
Line Graphs - line or area graphs
Bar Graphs - bars graphs where the data series are side by side
Stacked Bar Graphs - where the stack on top of each other.
Each graph can have several series of "Y" values based on a single "X" value. Each "Y" value can have distinct display color and text ledgend.
LineGraph can be used standalone, or in conjunction with SQLGridSelectedView as a Child IMC module. Allow SQLGridSelectedView to define the selections and Line graph can use the selections to display the data based on the selections.
The user has quite a bit of freedom to control the look and feel of the generated graph. Here is a look of the available settings.

The graphed image can be exported to PDF too!.
This module is in the final stages of development will be available soon once documentation and help are completed.