mcerk Posted April 21, 2005 Posted April 21, 2005 Ok. I have a question. Is there any simple way to draw graphs in .NET? I have 1000 points (X and Y coordinates). I could of course draw 1000 lines between them. But there wouldn't be a smooth line. Is there possible to create a graph (maybe using exell functions)? tx matej Quote
EFileTahi-A Posted April 27, 2005 Posted April 27, 2005 (edited) Ok. I have a question. Is there any simple way to draw graphs in .NET? I have 1000 points (X and Y coordinates). I could of course draw 1000 lines between them. But there wouldn't be a smooth line. Is there possible to create a graph (maybe using exell functions)? tx matej Am not sure what are you trying to do but if your drawing lines using System.Drawing.Graphics there is a propperty about using anti-alias which I can't recall at the mommet:D Do a research on your .NET MSDN documentation and you will find it for sure... Edited April 27, 2005 by EFileTahi-A Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.