Application Hangs
#1
Posted 20 January 2010 - 01:40 PM
I am setting y axis's AxisMinimum and AxisMaximum property on scroll move but it hags my application
Help me
Thankkssss
#2
Posted 20 January 2010 - 01:59 PM
Can you please provide the sample code for the same so that we can find out the problem.
Regards,
Vivek
Team Visifire
#3
Posted 20 January 2010 - 02:15 PM
Hi Akshay,
Can you please provide the sample code for the same so that we can find out the problem.
ya sure
I just modified ur sample live update code
void axis_Scroll(object sender, AxisScrollEventArgs e)
{
axisy.AxisMinimum = -300;
axisy.AxisMaximum = 300;
}
it hags the scroll bar
if we comment out above two lines scroll bar works
pls check Attachments
Thanksss
#4
Posted 20 January 2010 - 02:17 PM
ya sure
I just modified ur sample live update code
void axis_Scroll(object sender, AxisScrollEventArgs e)
{
axisy.AxisMinimum = -300;
axisy.AxisMaximum = 300;
}
it hags the scroll bar
if we comment out above two lines scroll bar works
pls check Attachments
Thanksss
Attached Files
#5
Posted 21 January 2010 - 08:44 AM
Yes we found an issue with Scroll event. It has been fixed. We will provide you an internal build by today evening.
Regards,
Vivek
Team Visifire
#8
Posted 22 January 2010 - 05:22 AM
This happening because you are setting AxisMinimum and AxisMaximum properties inside Scroll event handler by which the whole chart is getting rendered each time you move the scroll.
Regards,
Vivek
Team Visifire
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












