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

NameTypeAccessDescription
rotation_x``Read/WriteGets or sets the rotation x.
rotation_y``Read/WriteGets or sets the rotation y.
right_angle_axes``Read/WriteGets or sets the right angle axes.
perspective``Read/WriteGets or sets the perspective.
height_percent``Read/WriteGets or sets the height percent.
depth_percent``Read/WriteGets or sets the depth percent.

Methods

SignatureDescription
__init__(chart)
copy(chart)Copies the given chart into this 3D view

See Also