![]() | Steema Issues DatabaseNote: 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. |
| Summary: | [TW16015460] Seems there are a problem when you want use button right to do zoom. ... | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | sandra pazos <sandra> |
| Component: | WPF | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | IN_PROGRESS --- | ||
| Severity: | major | CC: | abel |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
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:]