Question Graphing Dynamic Relationships in VB.ET

Elfman

Member
Joined
Nov 6, 2007
Messages
12
Programming Experience
1-3
Hi All,

I'm working on a project where i will need to take infotmation from a database and graph it. The infomation will contain entityes with varing levels of relvence to the data. The entitys will also have a relationship with each other with will be of varible strength . I need to be able to show diagramtically the relventce of the enitty (more relevnce = bigger repersentation) and the relationship between them (thicker lines lines for stronger relatinoship)

I've looked at some of the plug in fo graphs avalib;e but none of them seem to be able to do what i want.

I considered doing this using some kind of drawing api in .net but i'm new to it

Can anyoone suggest the best way to go about this ?

thanks,
 
Back
Top