Jump to content
Software FX Community

Store a hidden ID for each bubble


binukjohn

Recommended Posts

I am using a bubble chart. I have a drill down requirement where on clicking each bubble, it will popup the details of the bubble.The details of each bubble can be retrieved from the database only through an ID. How do I associate an ID with each bubble so that on clicking the bubble, this ID gets passed to the target URL as a query string parameter?

Link to comment
Share on other sites

I created a little sample web application that demonstrates DrillDown on a Bubble chart. I basically store the ID (employee name on my sample) in the Tag of the points. Then I use that tag to create a Link for every point (using Query Strings). Note that the drilldown will require a PostBack. The newest version of Chart FX (Chart FX 7) has integrated Ajax features that would allow for the drilldown to happen without a PostBack.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...