The URL to redirect the browser to when the user clicks on the object.
The following code changes the URL of a label:
ChartControl.InteractivityOperations.Add(New TooltipInteractivityOperation())
Dim label As ChartLabel = ChartControl.Labels.AddHeader("Click here to see a cool chart")
label.Interactivity.URL = "http://www.xceedsoft.com"
ChartControl.InteractivityOperations.Add(new TooltipInteractivityOperation());
ChartLabel label = ChartControl.Labels.AddHeader("Click here to see a cool chart");
label.Interactivity.URL = "http://www.xceedsoft.com";
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2