raj_chartfx Posted April 9, 2008 Report Share Posted April 9, 2008 Quote Link to comment Share on other sites More sharing options...
maximop Posted April 9, 2008 Report Share Posted April 9, 2008 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"; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.