Has a fix been implemented with the 3d Graph Axis Invert bug?
Attached is a sample of the bug.
Double-click the graph to switch between 3d and XY plane projection.
Check the Invert check box to invert the X axis.
Move the mouse over the graph to view the current X, Y, and Z data.
The bug: Note that when you invert the X axis, the Z data is not also
inverted. That is to say, at the bottom right of the graph, the values
reported by the PlotMouseMove event are X=9, Y=29, Z=28 when the X axis
is not inverted. When the X axis is inverted, the values reported by
the PlotMouseMove event at the bottom right of the graph are exactly
the same, even though the X axis has been inverted and the displayed
graph has been inverted.