Problem with scrollpager tool
Posted: Tue Jun 18, 2013 4:19 pm
Hi,
I am using a scrollPager tool in my .NET app. I have noticed that, even in the examples of the evaluation version, if I open the scrollPager editor y click in the ColorBandTool tab, if I change the Start and End values, the band is moved to those values. However If I press the Ok button, if the mouse is over the chart the band returns to the previous values. Changing these values by code (as below) I get the same result. Is Ok this behaviour? Am I doing something wrong?
Me.scrollPager.ColorBandTool.Start = value1
Me.scrollPager.ColorBandTool.End = value2
Thanks in advance
Regards
I am using a scrollPager tool in my .NET app. I have noticed that, even in the examples of the evaluation version, if I open the scrollPager editor y click in the ColorBandTool tab, if I change the Start and End values, the band is moved to those values. However If I press the Ok button, if the mouse is over the chart the band returns to the previous values. Changing these values by code (as below) I get the same result. Is Ok this behaviour? Am I doing something wrong?
Me.scrollPager.ColorBandTool.Start = value1
Me.scrollPager.ColorBandTool.End = value2
Thanks in advance
Regards