Search found 2 matches
- Tue Dec 16, 2008 5:49 am
- Forum: .NET
- Topic: Storing Co-ordinates of line chart
- Replies: 3
- Views: 1598
Storing Co-ordinates of line chart
Hi Narcis, Thank you for the prompt reply. Well, I did try to use System.Drawing.Bitmap bmp = WebChart2.Chart.Bitmap(); but I am getting the following 'An exception of type 'System.ArgumentException' occurred in System.Drawing.dll but was not handled in user code'. Then I found there is an overload ...
- Mon Dec 15, 2008 11:42 am
- Forum: .NET
- Topic: Storing Co-ordinates of line chart
- Replies: 3
- Views: 1598
Storing Co-ordinates of line chart
I have the following requirement in ASP.net with C# I need to store the X and Y co- ordinates as plotted in the line chart along with the X and Y data values . I am aware that there are methods of HotspotTool in the WebChart Tools section of Teechart component,but they all are dependent on the movem...