Completed
Last Updated: 23 Jan 2020 10:17 by ADMIN
Imported User
Created on: 16 Apr 2014 10:40
Category: Chart
Type: Feature Request
3
create a click event for plotbands
It would be very helpful if we could catch the click on a plotband to enable interaction or create clickable regions on the chart
1 comment
ADMIN
Alex Hajigeorgieva
Posted on: 23 Jan 2020 10:17

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.