You are absolutely right on both counts. With SAS 9.2, all graphs are images embedded into EMF or PDF files. With SAS 9.3, you will get scalable vector graphics output when you request a EMF or PDF output EXCEPT for cases where the graph cannot be rendered by simple vector graphics. This includes 3D graphs and graphs with color gradients and (for emf) transparencies. So in these cases you will get an embedded image. I don't know if we have a way around this yet even for future releases. You should also get a log message. For 3D axes, you may have found a doc error. For zaxisopts, we do not support TICKVALUEPRIORITY or VIEWMIN and VIEWMAX (like we do for 2D linear axes). You can specify the tick values you want, but only the ones that are in the data range will be shown. We do have plans to add these features in the next release. The only way I can think you may be able to work around this would be to somehow overlay another fully transparent BiHistogram3DParm (or SurfacePlotParm) with data values up to the range you want.
... View more