python command to hide orientation axis

In paraview 4.4.0 there is a button at the top to show/hide orientation axes:
Capture

However, when I select to trace commands, in Tools >> Start Trace, even using every option I can never find the python command to trigger this.

If anyone knows what the paraview function is, please let me know!

Best Regards,
H. Farah

renderView1 = GetActiveView()
renderView1.OrientationAxesVisibility = 0

BTW, ParaView 5.5 correctly generates Python trace for this button in my testing.