Jump to content
Software FX Community

Evaluating the control


mthakershi

Recommended Posts

Hi,

I am looking for scattered chart functionality and few other graphs. Evaluating this for purchase.

- Can this display custom popup when user hovers on a shape on a scattered graph? The popup will have a snippet of details and some navigation control that will take the user to details when clicked.

- Is this control AJAX enabled? Does it work fine inside ATLAS update panel?

Thank you.

Malay

Link to comment
Share on other sites

Thank you for considering Chart FX.

The answer to both of your questions is yes. We support drill-down capabilities and we are an AJAX control that can be part of an UpdatePanel.

We do not require the ASP.NET AJAX framework in order to work.

As far as showing something when you hover over the chart, you can set:

chart1.AllSeries.Link.OnMouseOver =

"onChartMouseOver(%S,%N)";

This will generate a call to a JavaScript function of yours (onChartMouseOver) when you hover over a point. Here you can show a div or any other content you want.

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