qSIChartView : qSIChartView Procedures : Formatting Links : Defining Links for a Chart

Defining Links for a Chart
To define a link for any data plot
1
2
Click Functional.
3
With the above XML, the data plot (be it column, pie or line/area anchor), when clicked, will take to the page ShowDetails.asp?Month=Jan, which might contain another chart to show detailed results for the month of January.
The chart view expects all the links in URL Encoded format, if you have characters special characters (such as ?,&) in your link. When the user clicks the link, the chart view decodes it and invokes ShowDetails.asp?Month=Jan.
All the server-side scripting languages provide a generic function to URL Encode any string.