displaying data on a chart
-
hi i have came with this line of coding to displaying data on chart but it doesn't display anything and it doesn't give me an error.what 's wrong with this code. Chart1.DefaultSeries.ConnectionString = @"Data Source=DAKESERVER;Initial Catalog=Customer;User ID=sa"; Chart1.Series.SqlStatement = "SELECT Name FROM CustomerDetails"; Chart1.SeriesCollection.Add()
Mamphekgo
-
hi i have came with this line of coding to displaying data on chart but it doesn't display anything and it doesn't give me an error.what 's wrong with this code. Chart1.DefaultSeries.ConnectionString = @"Data Source=DAKESERVER;Initial Catalog=Customer;User ID=sa"; Chart1.Series.SqlStatement = "SELECT Name FROM CustomerDetails"; Chart1.SeriesCollection.Add()
Mamphekgo
No-one knows. There is no chart component build into ASP.NET, so we'd need to know what component you're using, and then we'll probably tell you to ask the people who wrote it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )