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

Archived

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

×
×
  • Create New...