Forms Data Controls :: Create Charts For Weather Forecast
Jun 7, 2010
I want to develope charts for weather forecast sources like scadar,historical,weather and static data. Does anybody worked for these type of weather forecasting charts. what type of charts we can use for weather forecast? data will be in xml format. If user selects any datefrom and dateto, time interval according to that selection charts will be shown.
I want to create pie chart to Show the Percentage of students who have not paid fee, i am Getting the Record of all these students in GridView and also want to create pie chart.
I'm trying to combine two charts ( Column & Spline ) using MS Charts 3.5. When i run the page the second series of the Spline chart is not visble/working.
Here is the code
string connectionString2 = "server='myserver'; user id='testuser'; password= est'; database='DBs'"; System.Data.SqlClient.SqlConnection sqlConnection2 = new System.Data.SqlClient.SqlConnection(connectionString2); string queryString2 = "SELECT TOP 10 NAME, VOLUME, CLOSE FROM Com WHERE NAME IN ('LEAD')";
I need to create a website that analyze a SQL database with Chart; I have some application that modify the database, and i want to show the changes in another application using a Chart.
I want to create a GeoMap chart in my website in which i can Navigate to the Customize tab, where i can modify the color that appears on your map, etc.
There are dynamic values on x axis which can range from 1-100. I need to increase the size of X-Axis when the range is high, so as to display the data properly.
If I store the data every second, the database will grow rapidly. I need to have less detail of measurements of a few weeks/months back. An average would be enough. I have 5 sensors: wind speed, wind direction, temperature, light and rain. How would I design my database?
I have Page which has some database values in It . The current database value is say x then i want an event to be fired if the database value changes I want the Page to check the Database value in every 5 Seconds .
i want to use the weather web service that provided for free from webservicex so i have added the service to my ASP.net web site [URL] in the code behind i have defined an object of this service and this object require the country and city name to get the result back i gave the
city name :amman country : jordan
but i dont know how can i get back the result? is there any function i forgeted?