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 - ZoomDirections.None not working
Summary: ZoomDirections.None not working
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: WPF (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/directline/vi...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 07:26 EDT by narcís calvet
Modified: 2016-04-08 06:56 EDT (History)
2 users (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 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.