|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Client side dynamic graphing problemI am familiar with application programming, but only started web-programming
a month ago. I want to have a graph on a webpage that the client can click on and interact with. Specifically, I want the client to see a bar chart with three bars each representing a different quality (for ease of explanation, lets say they represent green, red and blue). The client can put the mouse over one of the bars and increase or decrease its value by either clicking above the bar or below. I want the bar to change appropriately without having to have the page refresh each time. Any ideas where I can get examples or other suggestions would be hugely appreciated. I don't have much spare coin to buy any programs unless they're cheap, so free solutions would be best. Thanks. Steven You could do something similar (yet, less complex) to this:
http://www.eggheadcafe.com/articles/20020922.asp -- Show quoteHide quote2005 Microsoft MVP C# Robbe Morris http://www.robbemorris.com http://www.masterado.net/home/listings.aspx "Nevets Steprock" <.@.> wrote in message news:4Lebe.24$HR1.16@clgrps12... >I am familiar with application programming, but only started >web-programming > a month ago. I want to have a graph on a webpage that the client can click > on and interact with. Specifically, I want the client to see a bar chart > with three bars each representing a different quality (for ease of > explanation, lets say they represent green, red and blue). The client can > put the mouse over one of the bars and increase or decrease its value by > either clicking above the bar or below. I want the bar to change > appropriately without having to have the page refresh each time. > > Any ideas where I can get examples or other suggestions would be hugely > appreciated. I don't have much spare coin to buy any programs unless > they're > cheap, so free solutions would be best. > > Thanks. > Steven > > Thanks Robbe,
I had a good look at your site. Not only was the article you pointed out perfect for the application in mind, but I read some other articles that were relevant for other aspects of what I'm building. Respectfully, Steven Show quoteHide quote "Robbe Morris [C# MVP]" <i***@turnkeytools.com> wrote in message news:uOD$J0eSFHA.3788@tk2msftngp13.phx.gbl... > You could do something similar (yet, less complex) to this: > > http://www.eggheadcafe.com/articles/20020922.asp > > -- > 2005 Microsoft MVP C# > Robbe Morris > http://www.robbemorris.com > http://www.masterado.net/home/listings.aspx > > > > "Nevets Steprock" <.@.> wrote in message news:4Lebe.24$HR1.16@clgrps12... >>I am familiar with application programming, but only started >>web-programming >> a month ago. I want to have a graph on a webpage that the client can >> click >> on and interact with. Specifically, I want the client to see a bar chart >> with three bars each representing a different quality (for ease of >> explanation, lets say they represent green, red and blue). The client can >> put the mouse over one of the bars and increase or decrease its value by >> either clicking above the bar or below. I want the bar to change >> appropriately without having to have the page refresh each time. >> >> Any ideas where I can get examples or other suggestions would be hugely >> appreciated. I don't have much spare coin to buy any programs unless >> they're >> cheap, so free solutions would be best. >> >> Thanks. >> Steven >> >> > >
Adding Event Handler to Dynamically added Controls
TabStrip/Multipage using UserControl (.ascx) contained within a UserControl(.ascx) Copy Paste label textbox aspx code Datalist and LoadTemplate Weird "defined in multiple places" error Form Post Back in ASP.Net 1.1 Referencing to .ascx How do I transfer a value from a Querystring (codebehind) to a JavaScript function? How do I set the value of a checkbox on my repeater control? ASP.NET project and Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET |
|||||||||||||||||||||||