Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted (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 by EFileTahi-A

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...