Rotation3D
Overview
Rotation3D is a class in Aspose.Slides FOSS for Python.
Inherits from: IRotation3D.
Represents 3D rotation of a chart.
Properties: depth_percents, height_percents, perspective, right_angle_axes, rotation_x, rotation_y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rotation_x | int | Read/Write | Gets or sets the rotation x. |
rotation_y | int | Read/Write | Gets or sets the rotation y. |
perspective | int | Read/Write | Gets or sets the perspective. |
right_angle_axes | bool | Read/Write | Gets or sets the right angle axes. |
depth_percents | int | Read/Write | Gets or sets the depth percents. |
height_percents | int | Read/Write | Gets or sets the height percents. |