Profile Picture

How to add URL link on a wartermark

Posted By JSW W. 12 Years Ago
Author
Message
JSW W.
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 127, Visits: 1
Hello
I have able to add image through wartermark and now need to work with url.

Dim interactivityStyle As NInteractivityStyle = New NInteractivityStyle("Find out more ...", CursorType.Hand)
interactivityStyle.UrlLink.OpenInNewWindow = True
interactivityStyle.UrlLink.Url = "http://xxx"
watermark.InteractivityStyle = interactivityStyle


it doesnt show any link on chart.

Regards,

Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009
Hello,

You have to enable the chart image map:

NHtmlImageMapResponse imageMapResponse = new NHtmlImageMapResponse();
nChartControl1.ServerSettings.BrowserResponseSettings.DefaultResponse = imageMapResponse;

Pleaset take a look at the following example:

Interactive Charting \ Image Map

Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic