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 1046 - Recalculating TDownSamplingFunction when zooming/resizing the form
Summary: Recalculating TDownSamplingFunction when zooming/resizing the form
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 140923
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 06:06 EST by yeray alonso
Modified: 2014-12-15 06:11 EST (History)
0 users

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


Attachments
test example (2.51 KB, application/octet-stream)
2014-12-15 06:06 EST, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2014-12-15 06:06:20 EST
Created attachment 361 [details]
test example

TDownSamplingFunction slightly changed between v2013.08 and v2013.09 making the function not to correctly update the number of values to display when zooming or resizing the form.

See the project attached.
If you zoom on the form, the charts below should show more values than they do, and refreshing the function datasource doesn't change it (refresh button on the example).

In v2013.08 the refresh button made this example to work fine.