Jump to content
Software FX Community

Chart Click Event


mammal

Recommended Posts

Programatically, i'd  like to drill-down through levels of data by clicking on the chart, retrieve the point index, then, somehow either retireve an ID from a hidden series, or a textual description of the point from the axis.  is this possible? would you have an example?

 

hope that all males sense

 

Thanks 

Link to comment
Share on other sites

This is a very common scenario.

The click event can be captured as a Postback or as a Callback using AJAX. Use the former if your click event changes elements other than the chart in the page, use AJAX if your click event is going to onlymodify the chart control.

You can also asign a Url to the chart to navigate to another page.

Examples of this can be found here:

http://support.softwarefx.com/OnlineDoc/CfxNet70/PG/html/EndUserDrilldown.htm

http://support.softwarefx.com/OnlineDoc/CfxNet70/PG/html/ImageMapGeneration.htm

http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxJava62&Source=http://support.softwarefx.com/kb/765/1/001.htm?_r=1

 

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