I have a RadCartesianChart in that I am adding different series (Area/Line mainly) and calculating datapoint on mouse hover .
I would like to prioritize to line series and calculate datapoint of Line series if line series is over lapped with area series.
I can get the selected series if mouse click happened and chartBehavior is associated with RadCartesianChart , but looking for solution which give me current hovered series.
Is there any way in code behind or in event I can get which series of chart is currently hovered ?
appreciate your help
Regards,
Jyoti