Hi all,

I am currently generating a 3d surface plot with VBA. I have an x-axis that consists of dates that are not evenly spaced out (ie June 24, June 29, July 17, etc.). I am wondering if it is possible to scale this axis for a 3d surface plot.

I recall that an issue like this existed with line graphs. The data points would not be formatted to consider that the data points should be distributed according to date. Rather, the data points would be placed equidistantly, even though x-axis values would be (1, 3, 5, 10, 13, 15, etc.). This is solved by using the scatter plot IIRC.

Is there a similar functionality with 3d surface plots?