Dynamic chart jiggles up and down a little

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Terry
Newbie
Newbie
Posts: 9
Joined: Wed Jun 22, 2005 4:00 am
Location: California

Dynamic chart jiggles up and down a little

Post by Terry » Wed Aug 10, 2005 9:23 pm

Hi,

I am using a FastLine series to implement a spectrum trace that updates 4 times a second. Actually works pretty well (I have annotations used for markers updating on every trace update). I have turned off autoscale for X and Y control it programatically.

The trace and Y-axis seems to scroll up or down a little whenever the trace is updated. Kinda makes the chart look like it is jigglings up and down.

Has anyone seen this? Do you have an idea how to stop it?

Terry

Miguel
Site Admin
Site Admin
Posts: 12
Joined: Thu Jul 28, 2005 4:00 am
Location: Barcelona
Contact:

Post by Miguel » Thu Aug 11, 2005 8:34 am

Hi Terry,

Have you set the Min/Max values of the left axis with a spread wide enough so that all y values are inside?

Code: Select all

tChart1.Axes.Left.SetMinMax(min,max);
If this does not resolve your problem, please send an example of your code.
Best regards
Miguel Espinosa

Steema Software
http://support.steema.com

Terry
Newbie
Newbie
Posts: 9
Joined: Wed Jun 22, 2005 4:00 am
Location: California

Dynamic chart jiggles up and down a little

Post by Terry » Thu Aug 11, 2005 4:57 pm

Hi, Thanks for the response.

Your response made me look closely at my autoscale algorythm. It was changing the min and max slightly sometimes.

Sorry for the false alarm.

Terry

Post Reply