Hello,
I need to get a pivot grid cell related to clicked bar. Is there any way how can I get it?
Thank you
Hello gxclarke,
In the xamDataChart you can handle SeriesMouseLeftButtonDown and return DataChartMouseButtonEventArgs. As far as details in the parameter you can get the value of the bar that is clicked on within the Item property.
Hello Duane,
The problem is that the Item property contains a dynamic object. One of the properties of that object is set to ICell.Value, but it is not enough to get the ICell. Any thoughts?
Thank you,
Gary
Hello Gary,
For this issue is linked to CAS-91741-4NMXH1 and you can find this case within the support activity page: https://ko.infragistics.com/Membership/MySupport.aspx.