Still the problem of TScrollPagerTool
Posted: Fri Mar 07, 2014 7:53 am
The problems are all of version 2014 .
// Bug 1 About this bug, I have mentioned before.
ScrollPager->ColorBandTool->StartValue = 500;
ScrollPager->ColorBandTool->EndValue = 600;
// Without the line below, the position set of ColorBandTool above not work!
Chart1->BottomAxis->SetMinMax(500, 600);
// Bug 2 ?
// ColorBandTool cannt be resized even I tried to drag it.
Refer to the example project.
// Bug3
There is no effect even I have changed the property.
But the 2013 version is OK.
See the images I have attached.
// Bug 1 About this bug, I have mentioned before.
ScrollPager->ColorBandTool->StartValue = 500;
ScrollPager->ColorBandTool->EndValue = 600;
// Without the line below, the position set of ColorBandTool above not work!
Chart1->BottomAxis->SetMinMax(500, 600);
// Bug 2 ?
// ColorBandTool cannt be resized even I tried to drag it.
Refer to the example project.
// Bug3
There is no effect even I have changed the property.
But the 2013 version is OK.
See the images I have attached.