[C#] | public string GetPostBackURL([ string cookie ]); |
[VB] | Public Function GetPostBackURL([ cookie As String ]) As String |
ChartDirector 7.1 (.NET Edition)
WebChartViewer.
Usage
[C#] | public string GetPostBackURL([ string cookie ]); |
[VB] | Public Function GetPostBackURL([ cookie As String ]) As String |
Description
[VB] | WebChartViewer1.ImageMap = c.getHTMLImageMap( |
[C#] | WebChartViewer1.ImageMap = c.getHTMLImageMap( |
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