Page 1 of 1

TChartScrollBar incorrect scroll when top and bottom axis

Posted: Wed Nov 23, 2016 10:22 am
by 16578912
Hello,

TChartScrollBar doesn't scroll correctly when one series is attached to bottom axis and second series is attached to top axis.

Initial chart
t1.png
t1.png (60.67 KiB) Viewed 4559 times
After zoom
t2.png
t2.png (42.82 KiB) Viewed 4556 times
After move scroll
t3.png
t3.png (45.25 KiB) Viewed 4558 times
Is it possible to force TChartScrollBar to obey axis settings like pTChartAxis->ExactDateTime = true; pTChartAxis->Increment = DateTimeStep[dtFifteenMinutes];

Best Regards,
Grzegorz

Re: TChartScrollBar incorrect scroll when top and bottom axis

Posted: Thu Nov 24, 2016 8:23 am
by yeray
Hi Grzegorz,

We use to recommend to use the standard TScrollBar instead of TChartScrollBar because it presents some problems in complex situations like this.
I'm sorry for the inconvenience.