dynamically create charts on .NET web application

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Amy
Newbie
Newbie
Posts: 8
Joined: Mon Nov 15, 2004 5:00 am

dynamically create charts on .NET web application

Post by Amy » Tue Jan 25, 2005 5:33 pm

All,

Does anyone know how to create charts dynamically based on users selection? It may create five or six... charts in a one page for the web application using .NET. The charts are created at run time. By the way, we use VB.NET in ASP.NET.

Thanks,
Amy

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Feb 09, 2005 12:59 pm

Hi Amy,

the best way to create Charts dinamically on the WebForms is by using streams, as you can see in the example included in the teeChart for Net installation under :
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\VBASPStream

Post Reply