Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
UltraWinGauge - Needle Refresh Problems
posted
Problem 1: I am placed six gauges in one windows form  and  I am setting the   guagues needls   response propery ndlTEM.Response.ResponseTime = new TimeSpan(0, 0, 0, 10, 0);

ndlTEM.Response.RefreshRate = new TimeSpan(0, 0, 0, 0, 100);

When i run the application    the needle  visulation is not properly.  But if i place only one gauge.  then the visulation is good (neelde is slowly down and slowly up)

 

Problem 2:

I  placed the anchore  in the middle  of the needle.  when needle value is changed   immediately the anchor is moved

after that needle is slowly is moved to the respecctive value.   I want the anchor also moved with needle

Please help me

Parents
  • 28496
    Offline posted

     

    #1: it looks like that first timespan is the equivalent of ten minutes, so it may be so long that any change in the needle is imperceptible.  does it improve things if you reduce the length of the first timespan?

    #2: the anchor should stay in the same place if its Extent property is set to 0.  what do you have the anchor extent set to?

    if i am misunderstanding the problem, maybe a picture would help me see what's going on.

Reply Children