It seems like this should be obvious... And probably is if I only knew what terminology to look for.
I am using the WPF NI Graph. The scales and data point spacing will very depending on settings but for simplicity lets say that I have a horizontal scale going from 0 to 40 and a double array of Y values with 4000 data points. So I have 100 points evenly spaced points for evey 1 increment.
How do I change the graphs point spacing so that the 4000 data points fit between 0 and 40?
I have the horizonal scale set to double but there doesn't appear to be a way to specify and interval or spacing.