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

NameTypeAccessDescription
rotation_xintRead/WriteGets or sets the rotation x.
rotation_yintRead/WriteGets or sets the rotation y.
perspectiveintRead/WriteGets or sets the perspective.
right_angle_axesboolRead/WriteGets or sets the right angle axes.
depth_percentsintRead/WriteGets or sets the depth percents.
height_percentsintRead/WriteGets or sets the height percents.

See Also