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
710
line series down sampling
posted

I have a chart with a Line Series that I am adding data to.  I am using the CategoryDateTimeXAxis and NumericYAxis for my axes.  

I've noticed that when I'm adding points to the series it down-samples at about 1200 points.  I would like to adjust this.  Is there a way to set this?  Also is there a way to change the down-sampling algorithm?

Parents
No Data
Reply
  • 26458
    Offline posted

    This happens whenever 2 or more values fall within a single pixel, so the threshold is a combination of data volume and chart's size. There's currently no way to change this threshold or use a custom algorithm. Are you having any issues with the current algorithm? We're always open to suggestions for improvement.

Children