IRotation3D

public interface IRotation3D

Represents 3D rotation of a chart.

Methods

MethodDescription
getRotationX()Returns or sets the rotation degree around the X-axis, i.e.
setRotationX(byte value)Returns or sets the rotation degree around the X-axis, i.e.
getRotationY()Returns or sets the rotation degree around the Y-axis, i.e.
setRotationY(int value)Returns or sets the rotation degree around the Y-axis, i.e.
getPerspective()Returns or sets the perspective value (field of view angle) for 3D charts (between 0 and 100).
setPerspective(byte value)Returns or sets the perspective value (field of view angle) for 3D charts (between 0 and 100).
getRightAngleAxes()Determines whether the chart axes are at right angles, rather than drawn in perspective.
setRightAngleAxes(boolean value)Determines whether the chart axes are at right angles, rather than drawn in perspective.
getDepthPercents()Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent).
setDepthPercents(int value)Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent).
getHeightPercents()Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).
setHeightPercents(int value)Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).

getRotationX()

public abstract byte getRotationX()

Returns or sets the rotation degree around the X-axis, i.e. in the Y direction for 3D charts (between -90 and 90 degrees). The property matches with the 21.2.2.157 rotX (X Rotation) item in ECMA-376 and with the “Y Rotation” option in PowerPoint 2007+. Read/write byte.

Returns: byte

setRotationX(byte value)

public abstract void setRotationX(byte value)

Returns or sets the rotation degree around the X-axis, i.e. in the Y direction for 3D charts (between -90 and 90 degrees). The property matches with the 21.2.2.157 rotX (X Rotation) item in ECMA-376 and with the “Y Rotation” option in PowerPoint 2007+. Read/write byte.

Parameters:

ParameterTypeDescription
valuebyte

getRotationY()

public abstract int getRotationY()

Returns or sets the rotation degree around the Y-axis, i.e. in the X direction for 3D charts (between 0 and 360 degrees). The property matches with the 21.2.2.158 rotY (Y Rotation) item in ECMA-376 and with the “X Rotation” option in PowerPoint 2007+. Read/write int.

Returns: int

setRotationY(int value)

public abstract void setRotationY(int value)

Returns or sets the rotation degree around the Y-axis, i.e. in the X direction for 3D charts (between 0 and 360 degrees). The property matches with the 21.2.2.158 rotY (Y Rotation) item in ECMA-376 and with the “X Rotation” option in PowerPoint 2007+. Read/write int.

Parameters:

ParameterTypeDescription
valueint

getPerspective()

public abstract byte getPerspective()

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

Returns: byte

setPerspective(byte value)

public abstract void setPerspective(byte value)

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

Parameters:

ParameterTypeDescription
valuebyte

getRightAngleAxes()

public abstract boolean getRightAngleAxes()

Determines whether the chart axes are at right angles, rather than drawn in perspective. In other words it determines whether the chart angles of axes are independent from chart rotation or elevation. Read/write boolean.

Returns: boolean

setRightAngleAxes(boolean value)

public abstract void setRightAngleAxes(boolean value)

Determines whether the chart axes are at right angles, rather than drawn in perspective. In other words it determines whether the chart angles of axes are independent from chart rotation or elevation. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getDepthPercents()

public abstract int getDepthPercents()

Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent). Read/write int.

Returns: int

setDepthPercents(int value)

public abstract void setDepthPercents(int value)

Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent). Read/write int.

Parameters:

ParameterTypeDescription
valueint

getHeightPercents()

public abstract int getHeightPercents()

Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). Read/write int.

Returns: int

setHeightPercents(int value)

public abstract void setHeightPercents(int value)

Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). Read/write int.

Parameters:

ParameterTypeDescription
valueint