Hello,
I'm trying to scale 3D plot in y axis (has "x" label on the picture), for example from 10 to 30.
My example code is :
myNiGraph3D->GetAxes().Item(2).SetAutoScale(FALSE);
mypNiGraph3D->GetAxes().Item(2).SetMinMax(10, 30);
as a result I get:

The question is: How to scale this, that the plot wouldn't visible in range (0,10) and (30, inf)
Message Edited by anth on
11-19-2007 03:38 AMMessage Edited by anth on
11-19-2007 03:41 AMMessage Edited by anth on
11-19-2007 03:47 AM