ChartView3D
Overview
ChartView3D is a class in Aspose.Cells FOSS for Python.
Represents chart-level 3D view settings.
This class provides 2 methods for working with ChartView3D objects in Python programs.
Available methods include: __init__, copy.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: depth_percent, height_percent, perspective, right_angle_axes, rotation_x, rotation_y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rotation_x | `` | Read/Write | Gets or sets the rotation x. |
rotation_y | `` | Read/Write | Gets or sets the rotation y. |
right_angle_axes | `` | Read/Write | Gets or sets the right angle axes. |
perspective | `` | Read/Write | Gets or sets the perspective. |
height_percent | `` | Read/Write | Gets or sets the height percent. |
depth_percent | `` | Read/Write | Gets or sets the depth percent. |
Methods
| Signature | Description |
|---|---|
__init__(chart) | |
copy(chart) | Copies the given chart into this 3D view |