thanks for your help, that's what I wanted to do..
H. MAILLARD
Search found 6 matches
- Tue Jan 25, 2005 10:22 am
- Forum: .NET
- Topic: How to plot lines in 3D (with XYZ axes ?)
- Replies: 2
- Views: 5382
- Tue Jan 25, 2005 9:55 am
- Forum: .NET
- Topic: How to plot lines in 3D (with XYZ axes ?)
- Replies: 2
- Views: 5382
How to plot lines in 3D (with XYZ axes ?)
Hi,
I need to plot lines in REAL 3D. My trend uses 3 axes (XYZ). I have 3 coordinates for each point.
Thanks for your help,
H. MAILLARD
I need to plot lines in REAL 3D. My trend uses 3 axes (XYZ). I have 3 coordinates for each point.
Thanks for your help,
H. MAILLARD
- Fri Oct 01, 2004 9:40 am
- Forum: .NET
- Topic: Chart is shown under Mozzila or Firefox but not under IE
- Replies: 3
- Views: 6437
The exemple does not work from another machine
Hi,
I have the same problem with the exemple that you provide.
In fact it works if I call it from IE with http://localhost/....
but it does not work if I call it from another PC with the machine name.
http://machine_name/.....
What's wrong ?
Thanks for your help.
I have the same problem with the exemple that you provide.
In fact it works if I call it from IE with http://localhost/....
but it does not work if I call it from another PC with the machine name.
http://machine_name/.....
What's wrong ?
Thanks for your help.
- Fri Oct 01, 2004 8:30 am
- Forum: .NET
- Topic: Chart is shown under Mozzila or Firefox but not under IE
- Replies: 3
- Views: 6437
Chart is shown under Mozzila or Firefox but not under IE
Hi, I was using Temp files for my Charts. I've made some changes to use the session instead of the temporary file. When I start the solution from Visual .Net it works under IE. If I open Website with IE (no debug) I got a red cross. If I do the same with another navigator (like Mozzila or Firefox), ...
- Fri Jul 09, 2004 12:02 pm
- Forum: .NET
- Topic: How to copy a graph from one Form to another
- Replies: 4
- Views: 9260
no no no.... still doesn' t work
Hi, I may have a problem with my .NEt config because it still doesn't work. I've try with your code, and I get the following : System.Reflection.TargetInvocationException: Une exception a été levée par la cible d'un appel. ---> System.InvalidCastException: L'objet doit implémenter IConvertible. at S...
- Fri Jul 09, 2004 10:00 am
- Forum: .NET
- Topic: How to copy a graph from one Form to another
- Replies: 4
- Views: 9260
How to copy a graph from one Form to another
Hi, I need to copy a graph from one Form to another (all the series, presentation, data....). I've try with a MemoryStream but it crash at the load.... what's wrong ? To simplify, I've try with 2 graph on the same form iwth the following code : System.IO.MemoryStream stream = new System.IO.MemoryStr...