HI,
I have created few charts using XamWebChart, and using DataItemMouseLeftButtonUp property to fire click event on the DataPoint. It does not firing the event for Line Chart. Its working fine for Column Chart. How am i suppose to get this click event work on the Line Chart Datapoints ?
Im using XamWebChart.v10.3.
Thanks in advance.
Hi jojo4122,
I am unable to reproduce the issue you are seeing with a simple application of my own. Would you mind attaching a sample of the issue you are experiencing along with any steps to reproduce it? This way I'll be better able to assist you.
Thak you,
Marisa
Hi Marisa,
Thanks for your reply.
I have attached the .xaml and .cs files. Please help me to look into Line Chart DataPoint Click event.
Below is what i am trying to achieve :
1) need to plot 3 charts to display different set of data.
2) user may able to click any charts by date, to view detailed view in datagrid.
Problem:
need an event which fires when the user click on the charts datapoint. (if this is very complicated, can we fire any event when user click the Label instead ?)
Looking forward for any solution.
Cheers.