Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

unhandled exception 'out of memory' when switch to log scale

When the y axes is changed to use a log scale, we take the log of the y data that was passed to us before we map it to the graph since we need to display the data on a log scale. The log of a negative number is a NaN.

Without the ProcessSpecialValues property, we do not check the array returned after the log operation for invalid (or undrawable) points.

I hope this helps

Bilal Durrani
NI
Message 11 of 11
(987 Views)