Jump to content
Software FX Community

[REVISED] Link.URL On ".NET" RenderFormat


imbumi

Recommended Posts

In order to display many data on the chart, I set it as "AutoScroll = true".and each point (data) has its own different Link. URLhowever, when I move scroll position, it's getting so slower (low performance).

so, In order to improve performance, I used ".NET" RenderFormat.but Link.URL doesn't work.

what can I do?

 

 

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

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