Decimation sampling rate

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
starnov
Newbie
Newbie
Posts: 7
Joined: Wed Jun 03, 2009 12:00 am

Decimation sampling rate

Post by starnov » Fri Oct 16, 2009 11:31 am

Hello. We use TeeChart for visualizing physical processes and deal with lots of data (discrete phisycal signals). I can't find any frequency decimation functions in TeeChart. Could You help me, tell please how can one decimate series by means of TeeChart?
I've tried

Code: Select all

fLine.DrawAllPoints = false;
but there is no effect. I suppose this feature exlude only points with the same X-value.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Decimation sampling rate

Post by Yeray » Fri Oct 16, 2009 2:42 pm

Hi starnov,

Yes, that property is useful when you have several Y values for each X.
In you case, you could try using the Downsampling function. Please, see the All Features\Welcome !\Functions\Extended\Reducing number of points example demo from New Features Demo (you should find it at TeeChart program's group).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply