English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How to display graph and manipulate with it.
I want tp plot points which forms two or more lines and find the intersection points.
How can I do this ASP.Net (no matter about versions)
Please Help me
Thanks
Samaan

2007-03-12 17:34:38 · 2 answers · asked by Kuthubus Saman 2 in Computers & Internet Programming & Design

The graph manipulation has to be done programmatically according to the User inputs

2007-03-12 17:45:16 · update #1

2 answers

System.drawing namespace allows you to create graphs dynamically based on user input. Read about it on MSDN: http://msdn.microsoft.com/msdnmag/issues/02/02/ASPDraw/

2007-03-19 06:48:59 · answer #1 · answered by r_ranjith 4 · 0 0

Do you mean manipulate programmatically or via the UI? If the answer is the first, it is simply a matter of correctly utilizing the graphing library. The latter is much more complex and likely requires a good grasp of JavaScript and Ajax, well beyond the scope of this discussion.

Here is a list of graphing libraries for .NET - http://www.411asp.net/home/tutorial/howto/graphics/charts

Edit: Use Aspose.Cells. It's a library that supports fully object-oriented access to the entire Excel file format, including array accessors to specific cells, formulas, spreadsheet formatting, etc. http://www.aspose.com/Products/Aspose.Excel/Default.aspx

2007-03-13 00:39:01 · answer #2 · answered by Rex M 6 · 0 0

fedest.com, questions and answers