For a column chart, both the column and its (optional) label can be clicked and wired up with seriesClick. However, the cursor only turns into a pointer (hand) when hovering over the column; it does not do this for the label above, even though it's active. I'd like this to be consistent, and thus have hovering over the label turn the cursor into a pointer as well.
I am voting for this. I really did not understood the thinking behind giving a AxisLabelClick event for axis labels but not giving the proper cursor. This looks very silly to me.
@Morgan - crosshair support is available and it's different from what's requested here. @All, you feedback will be forwarded to our devteam to be considered for future releases.
I need this feature, too. But I need teh decision to show a pointer or not to be based on a javascript callback, similar to seriesHover. In fact, I tried to get this to work by adding this line to seriesHover, but it would not work for column charts. seriesHover: function(e) { e.element[0].style.cursor = 'pointer'; }
This was posted here: http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/3542539-show-pointer-cursor-when-hovering-over-bars-in-cha and claimed to be 'COMPLETED', but it certainly was not completed. This is very important and incredibly basic functionality (developers should always be able to control the mouse cursor!).
I'd like to see the cursor to a hand on any clickable object on the chart. If I had more votes I would vote up