Jump to content
Software FX Community

how to create hyperlink items in LEGENDBOX items


sameer

Recommended Posts

I have not tried a drilldown (link) for the legendbox but I know the following code works for Series, Points, Axes, Stripes, Titles, and Constant Lines. chart1.Titles.Add(new TitleDockable("My Title"));

chart1.Titles[0].Link.Url = "www.SoftwareFX.com";

chart1.Titles[0].Link.Target = "_blank";

Perhaps you could try Points[0].Link.Url.

Also there is a full working VS2005 sample in the resource center called Launch "File System DrillDown" Application, Do a search by "DrillDown" and you will find it.

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