BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[ChartFeatures.cshtml]
@(Html.EJS().Chart("graph_bar").PointClick("Navigate")
Other configuratins
)
function Navigate(args) {
here based on the series index, we have navigated to different sites
if (args.seriesIndex === 0) {
window.open("https://www.syncfusion.com/", '_blank');
}
//...
}
|
I need a similar solution but in asp.net web page. Can we identify particular item clicked from example in the attached solution we have difference colors in y-axis, red, yellow and green. We can identify these in server side event