Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
860
Series MouseDoubleClick event
posted

Hello

I followed this guide to create a stacked chart with an OlapXAxis: http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/xamDataChart_Customizing_Series_When_Used_With_Multi-Dimensional_Data_(OLAP_Data)_(xamDataChart).html

I subscribed to the MouseDoubleClick event, in where I want to get the clicked series. I am able to find the StackedColumnSeries, but not the exact sub-series (StackedColumnSeries has as Series collection). What I need is to get the same text the tooltip shows, to use in a drilldown.  

Do you know if that is possible?