Graphs in .NET

G

Guest

My client is a mortgage broker who refinances loans for their client. I am
developing an application which project terms, interest paid etc on clients
existing loans and how a new plan can improve their financial standings. I
showing existing loans and new loan summary in a DataGrid using DataTable,
i.e. creating monthly entries (including their repayments, interest charged
etc) over the period of term.

Now I want to show each existing loans and new plan on a Line Graph. How can
I do that? I want the data values for the graph to be taken from the
DataGrid’s (column “Date†values on X axis and column “Repayments†values on
Y axis) for each existing loan and new plan. Are there any controls in .NET
which I can use for creating Line graph on a form? I want to dynamically
create graphs as there can be multiple loans and plans for a client. I could
not find any helpful material on the web as well.

I am really baffled, should I use Crystal Reports, Microsoft Office Web
Components, is there any control shipped with .NET? I am totally lost, please
set me in right direction.

Thanx
 
C

Cor Ligthert

Job,

There is a special (active) newsgroup for drawings,
microsoft.public.dotnet.framework.drawing

Probably you have there a much better change on an answer.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top