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 1269

Summary: ZoomDirections.None not working
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: WPFAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: abel, nagai
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/directline/viewtopic.php?f=6&t=1032
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2015-08-11 07:26:14 EDT
Zoom.Direction not working fine in TeeChart.WPF:

      tChart1.Series.Add(new Steema.TeeChart.WPF.Styles.Bar()).FillSampleValues();

      tChart1.Zoom.Direction = ZoomDirections.None;
      //tChart1.Zoom.Allow = false;

You still need to use deprecated Zoom.Allow to disable zoom.