CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    58

    chart in ASP page

    if i have a bar chart on ASP page, is it possible that if i click at any point of the chart, it will pop up a window showing the details of that selected point? if possible, how???


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: chart in ASP page

    Yes, it is possible.
    It depends on how you created your chart, though.
    If you created it via DHTML scripting you can simply trap the click event in your DHTML page.

    If your chart is a GIF, you can create an IMAGEMAP.


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured