ChartView3D
Revisión
‘ChartView3D’ es una clase en Aspose.Cells FOSS para Python.
Representa configuraciones de visión 3D a nivel gráfico.
Esta clase ofrece 2 métodos para trabajar con los objetos de ChartView3D en programas de Python. Los métodos disponibles incluyen: __init__, ‘copy’. Todos los miembros públicos son accesibles a cualquier aplicación de Pyton después de instalar el Aspose.Células FOSS para el paquete de python . Propiedades: ‘depth_percent’, ‘height_procent’ , ‘perspective’, `right-angle_axes’, ‘rotation_x’, ‘‘rotations_y’ .
Propiedades
| 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. |
Metodología
| Signature | Description |
|---|---|
__init__(chart) | |
copy(chart) | Copies the given chart into this 3D view |
Ver también
- Aspose.Cells para Python — Enterprise API Referencia