Client side dynamic graphing problem

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Client side dynamic graphing problem

    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


    Nevets Steprock Guest

  2. Similar Questions and Discussions

    1. Problem with client side active x
      Hi All, Hope you can help / point me in the right direction with a little problem. I have a VB6 created active X dll which is downloaded to the...
    2. Client-side Dynamic listbox on Update page?
      I have followed the instructions on this page,...
    3. Creating client-side dynamic dependent list boxes in ASP
      I am trying to link two list boxes on a page using client side java. I am using Macromedia's Tech Note on this issue but still cannot get it to...
    4. FormsAuthentication client-side problem
      I'm using FormsAuthentication to secure access to a web site. The authentication process works correctly initially. The pages on the site have a...
    5. Client side and server side scripting problem
      Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve...
  3. #2

    Default Re: Client side dynamic graphing problem

    You could do something similar (yet, less complex) to this:

    [url]http://www.eggheadcafe.com/articles/20020922.asp[/url]

    --
    2005 Microsoft MVP C#
    Robbe Morris
    [url]http://www.robbemorris.com[/url]
    [url]http://www.masterado.net/home/listings.aspx[/url]



    "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
    >
    >

    Robbe Morris [C# MVP] Guest

  4. #3

    Default Re: Client side dynamic graphing problem

    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



    "Robbe Morris [C# MVP]" <info@turnkeytools.com> wrote in message
    news:uOD$J0eSFHA.3788@tk2msftngp13.phx.gbl...
    > You could do something similar (yet, less complex) to this:
    >
    > [url]http://www.eggheadcafe.com/articles/20020922.asp[/url]
    >
    > --
    > 2005 Microsoft MVP C#
    > Robbe Morris
    > [url]http://www.robbemorris.com[/url]
    > [url]http://www.masterado.net/home/listings.aspx[/url]
    >
    >
    >
    > "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
    >>
    >>
    >
    >

    Nevets Steprock Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139