Jump to content
Software FX Community

cann't run LINK.URL on ".NET" RenderFormat


imbumi

Recommended Posts

I have to set "AutoScroll = true" in Chart for displaying many data

And each point(data) has different Link.URL

but It shows low performance when user move scroll position.

In order to Improve performance, I use ".NET" RenderFormat.

But It doesn't run Link.URL on ".NET" RenderFormat.

How do i solve it?

 

Example :

- VS2005, ChartFX 7 Trail, WebForm

Chart1.RenderFormat = ".NET";

...

Chart1.Series[0].AxisX.AutoScroll = true;

Chart1.Series[0].AxisY.AutoScroll = true;

...

Chart1.Points[1, cnt].Link.Url = "LINK_URL";

Chart1.Points[1, cnt].Link.Target = "_blank";

Link to comment
Share on other sites

In order for the .NET client to execute a link, it requires full-trust in your client.

Please review the following KB articles for more information:

Q6141001. Security settings required by the .NET client control

URL: http://support.softwarefx.com/ShowArticle.aspx?Type=KB&Product=CfxNet70&Source=http://support.softwarefx.com/kb/614/1/001.htm?_r=1

Q7121096. Configuring client for full functionality of .Net charts

URL: http://support.softwarefx.com/Article.aspx?KBID=7121096&Product=CfxNet70&Embed=0&_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...