When plotting data using the Plot3DCurve method, page faults occur for my application. The arrays passed into this function are fairly large
Shown below is the VB code I use for plotting the data
ReDim LambdaArray#(1 To 22500)
ReDim iBackArray#(1 To 22500)
ReDim iFrontArray#(1 To 22500)
CWMirror3DGraph.Plot3DCurve iFrontArray, iBackArray, LambdaArray