Search found 3 matches

by adhoc
Tue Mar 02, 2004 9:36 am
Forum: .NET
Topic: Visualization problems with Chart Pie
Replies: 4
Views: 12526

Thank you very much!
I have resolved this problem.

Bye :)
by adhoc
Sat Feb 21, 2004 11:02 am
Forum: .NET
Topic: Visualization problems with Chart Pie
Replies: 4
Views: 12526

Hi, here's my code: void CreatePieChart() { DataSet ds = new DataSet(); // populate the dataset ... // the dataset contain 1 table with 2 column: "PageName" and "TotView" if ( ds.Tables[0].Rows.Count > 0 ) { Chart myPieChart = new Chart(); myPieChart.Aspect.Orthogonal = false; myPieChart.Aspect.Elev...
by adhoc
Fri Feb 13, 2004 10:55 am
Forum: .NET
Topic: Visualization problems with Chart Pie
Replies: 4
Views: 12526

Visualization problems with Chart Pie

Hi from Italy! :wink: I purchased a licensed TeeChart Pro for Visual Studio .NET. When I use it in my Web Application, I have a problem with the Pie Chart. In my ASPX page I see an image chart (created with .Export.Image.PNG.Save method) how this: http://www.adhoc.net/_img/pie1.gif but, if I refresh...