I've tried to use MSChart and ZedGraph but they both require Full Trust. Are there any other graphing libraries that I could use in Medium Trust webhosting? I have to note that I have very low ASP.NET knowledge so far.
Thanks, Petr
EDIT: At the end, ZedGraph seems to be running well in Medium Trust. I just added the following line to AssemblyInfo.cs in the ZedGraph source code, recompiled and all is running OK:
[assembly: AllowPartiallyTrustedCallers ]