Whether or not to open a new window to show the specified URL Page.
The following code changes the URL and browser and opens a new window when the users clicks on the object.
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"
label.Interactivity.OpenInNewWindow = True
ChartControl.InteractivityOperations.Add(new TooltipInteractivityOperation());
ChartLabel label = ChartControl.Labels.AddHeader("Click here to see a cool chart");
label.Interactivity.URL = "http://www.xceedsoft.com";
label.Interactivity.OpenInNewWindow = true;
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