Omar
asked on 22 Sep 2023, 08:46 PM
| edited on 23 Sep 2023, 11:44 AM
Hi,
I would like to know how we get the clicked bar AxisLabelElement?
What I mean, is when I click on the chart View certain bar I would like to read its Axis label.
Many thanks in advance
Omar
1 Answer, 1 is accepted
1
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 25 Sep 2023, 08:27 AM
Hi Omar,
You could use the Selectionbehavior of the control. By setting the SelectionMode to SingleDataPoint, clicking on a bar data point will trigger the SelectedPointChanged event. In the event handler, you can get the selected data point value and category label.