Search found 3 matches

by sjhein
Thu Aug 16, 2018 4:05 pm
Forum: .NET
Topic: DownSampling
Replies: 4
Views: 12093

Re: DownSampling

Marc, I would approach the problem in a different way perhaps; that when visible points are below a certain threshold[s], that you adjust the DisplayedPointCount accordingly or turn it off completely ( DisplayedPointCount = 0;). Thanks for the suggestion - I will investigate this alternative approac...
by sjhein
Fri Aug 10, 2018 3:50 pm
Forum: .NET
Topic: DownSampling
Replies: 4
Views: 12093

Re: DownSampling

Marc,

Excellent - thank you.

-Scott
by sjhein
Wed Aug 08, 2018 4:40 pm
Forum: .NET
Topic: DownSampling
Replies: 4
Views: 12093

DownSampling

I am writing a data processing application that can have as many as 15-20 series with 100000+ points per series. I am hoping to use the DownSampling function to help improve display performance when plotting these large data sets. I set up the DownSampling function using the example code from the "F...