It would be very helpful if we could catch the click on a plotband to enable interaction or create clickable regions on the chart
Hello,
The plotAreaClick event can be used to determine if the plotband was clicked, for example:
https://dojo.telerik.com/@bubblemaster/umAteZoS
plotAreaClick: function(e) {
if($(e.element).attr("fill") == "red"){
kendo.alert("Plot band clicked!")
}
}
Kind Regards,
Alex Hajigeorgieva
Progress Telerik