We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ChartRegionMouseUp event not triggering

Hi,

    I am working on an application that keeps track of the user selection on a chart region. There are two events I am primarily concerned about ChartRegionMouseDown and ChartRegionMouseUpThe user selects a region on the chart element, the events are triggered at the beginning and the end of the user selection. The MouseDown even is triggered successfully, however when the user releases the mouse key, the mouseup event is never triggered. The application seemed to work in the past in Windows XP environment (I tried on a co-workers machine). It is currently running on a Windows 7 machine (where we noticed the issue). I attempted to trigger a Windows MouseUp event, that seems to work:
         //Windows MouseUp event
        void chartControl_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e)
        {
        
        }

Below is the signature for the original MouseUp event that is not triggering. 
        /// <summary>
        /// RegionMouseUp event handler for handling the user selection.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void chartControlShmoo_ChartRegionMouseUp(object sender, ChartRegionMouseEventArgs e)
        {            
        }

I need to get the Syncfusion ChartRegionEvent to work, or to find a way to cast the windows event to the Syncfusion one.

Please help,

Regards,

Leo Rakita

1 Reply

BK Bharathiraja K Syncfusion Team June 17, 2013 05:32 AM UTC

Hi Leo,

Thanks for using Syncfusion products.

Regarding your query "ChartRegionMouseUp event not triggering" we have updated for this query through our Direct Track incident Id: 109494. Please refer that incident.

Please let us know if you have any concerns.

Thanks,
Bharathiraja K.

Loader.
Live Chat Icon For mobile
Up arrow icon