perspective property

perspective property

Returns or sets the perspective value (field of view angle) for 3D charts (between 0 and 240). Ignored if RightAngleAxes property value is true. Read/write int.

Definition:

@property
def perspective(self):
    ...

@perspective.setter
def perspective(self, value):
    ...

See Also