We have a requirement to add comments in the chart to elaborate on data points. so how to get x-axis and y-axis co-ordinate values onSeriesClick event.
Is it possiable to add text dynamically to chart on particular datapoint ..?
Thanks,
Rajesh
3 Answers, 1 is accepted
0
T. Tsonev
Telerik team
answered on 21 Mar 2012, 09:48 AM
Hello,
The Chart does not provide such built-in functionality, but you can overlay it with absolutely positioned HTML elements.
function onSeriesClick(e) {
var offset = e.element.offset();