| Object Reference > View3D Object > View3D Object Properties > XRotation Property (View3D) |
XRotation Property (View3D)
Specifies the number of degrees of rotation of the plot cube, in a counter-clockwise direction about the X-axis. 3D Chart applies rotations in Z-Y-X order.
Property XRotation As Double
Example
' Rotate 30 degrees about the X-axis
Chart3D1.ChartArea.View3D.XRotation = 30.0
See Also