Jump to content
Software FX Community

hyperlinking each slice of a pie chart for drill down


raj_chartfx

Recommended Posts

You need to set the Link Object of each pie slice in the PointAttributesCollection. Assuming you have a pie chart with three slices, you can do as follows:

Chart1.Points[0, 0].Link.Url = "http://www.google.com";

Chart1.Points[0, 1].Link.Url =

"http://www.softwarefx.com";

Chart1.Points[0, 2].Link.Url =

"http://www.yahoo.com";
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...