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 627 - ZoomStyles.InChart support for non-default axes
Summary: ZoomStyles.InChart support for non-default axes
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Android (show other bugs)
Version: TeeChart.NET 2013 4.1.2013.11080
Hardware: PC Android
: Normal enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 05:46 EDT by narcís calvet
Modified: 2014-06-12 08:59 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 2014-03-12 05:46:19 EDT
ZoomStyles.InChart only works fine for default axes (left and bottom). When using right, top or custom axes, labels are not changed dynamically.
Comment 1 christopher ireland 2014-03-12 05:53:32 EDT
Very similar to:
http://bugs.teechart.net/show_bug.cgi?id=624

Not marked as duplicate because of the platform difference.
Comment 2 narcís calvet 2014-06-12 07:11:19 EDT
This is now possible using ZoomStyles.Classic, which is more elegant as zooms and scrolls directly on the chart canvas instead of manipulating images and composing a chart from them.