Home All Groups Group Topic Archive Search About

Client side dynamic graphing problem

Author
25 Apr 2005 11:07 PM
Nevets Steprock
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

Author
25 Apr 2005 11:18 PM
Robbe Morris [C# MVP]
You could do something similar (yet, less complex) to this:

http://www.eggheadcafe.com/articles/20020922.asp

Show quoteHide quote
"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
>
>
Author
26 Apr 2005 3:33 PM
Nevets Steprock
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
>>
>>
>
>