[VB] | Public Function GetPostBackURL([ cookie As String ]) As String |
[C#] | public string GetPostBackURL([ string cookie ]); |
ChartDirector 5.1 (.NET Edition)
WebChartViewer.GetPostBackURL
Usage
[VB] | Public Function GetPostBackURL([ cookie As String ]) As String |
[C#] | public string GetPostBackURL([ string cookie ]); |
Description
WebChartViewer1.ImageMap = c.getHTMLImageMap(WebChartViewer1.GetPostBackURL())
WebChartViewer1.ImageMap = c.getHTMLImageMap(WebChartViewer1.GetPostBackURL());
Arguments
Argument | Default | Description |
---|---|---|
cookie | "" | An arbitrary string that will become the "cookie" attribute of WebHotSpotEventArgs when the WebChartViewer.ClickHotSpot event is fired. |
Return Value