maximop Posted April 9, 2008 Report 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";
Recommended Posts
Archived
This topic is now archived and is closed to further replies.