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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...