Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 362 - [TW16015460] Seems there are a problem when you want use button right to do zoom. ...
Summary: [TW16015460] Seems there are a problem when you want use button right to do z...
Status: IN_PROGRESS
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: WPF (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 12:55 EDT by sandra pazos
Modified: 2016-09-30 07:05 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sandra pazos 2013-11-20 11:25:39 EST
Seems there are a problem when you want use button right to do zoom. Basically the problem is if you press down the mouse right button and try zoomed the chart, selected rectangle don't disappears and chart isn't able to do  zoom. 
Next code allow you reproduce the problem: 
        private void InitializeChart()
        {
            Steema.TeeChart.WPF.Styles.Bar bar1 = new Steema.TeeChart.WPF.Styles.Bar(tChart1.Chart);
            bar1.FillSampleValues();
            tChart1.Zoom.MouseButton = MouseButton.Right;
   }
The same code works fine in WinForm version. 
*******************************************************************************************************
It is possible that it have related with when you do double click with button have to active  zoom , so occurs the same as you switch button right and left functionalities. [created:2011-03-24T12:55:14.000+01:00 reported by:sandra@steema.com reported in version:]