ChartView3D
ChartView3D
Overview
ChartView3D 是Python的Aspose.Cells FOSS中的一个类.
代表图表级别的3D视图设置.
本类提供了在Python程序中使用 ChartView3D对象的2种方法. 有的方法包括: __init__, copy. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: depth_percent, height_percent, perspective, right_angle_axes, rotation_x, rotation_y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rotation_x | `` | 阅读/写作 | 得到或设置旋转x. |
rotation_y | `` | 阅读/写作 | 得到或设置旋转 y. |
right_angle_axes | `` | 阅读/写作 | 得到或设置正角轴. |
perspective | `` | 阅读/写作 | 得到或设置视角. |
height_percent | `` | 阅读/写作 | 得到或设置高度百分比. |
depth_percent | `` | 阅读/写作 | 得到或设置深度百分比. |
Methods
| Signature | Description |
|---|---|
__init__(chart) | |
copy(chart) | 将给定的图表复制到这个 3D 视图中. |