ScrollPager not working properly
Posted: Thu Jun 25, 2015 2:05 pm
Hi,
I have in VS designer a TChart component placed on a form and activated the ScrollPager like this:
When I run my sample application, I get this window:
The ScrollPager is positioned to minimum and maximum 0, which is acceptable because no data is available for Series.
Now when I load data pressing the Data button (= line1.FillSampleValues(100);) I get this:
The ScrollPager is still positioned to 0 and I can't move the minimum or maximum.
What's wrong? Do I need to use a 'redraw' and where can I find this?
I have in VS designer a TChart component placed on a form and activated the ScrollPager like this:
When I run my sample application, I get this window:
The ScrollPager is positioned to minimum and maximum 0, which is acceptable because no data is available for Series.
Now when I load data pressing the Data button (= line1.FillSampleValues(100);) I get this:
The ScrollPager is still positioned to 0 and I can't move the minimum or maximum.
What's wrong? Do I need to use a 'redraw' and where can I find this?