|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.charts.entity.ChartRotationThreeD
public class ChartRotationThreeD
Represents 3D rotation of a chart.
Constructor Summary | |
---|---|
ChartRotationThreeD(ViewIn3D elem)
|
Method Summary | |
---|---|
int |
getDepth()
Depth of points relative to width. |
int |
getXDegree()
Gets or sets the rotation degree in the X direction for 3D charts. |
int |
getYDegree()
Gets or sets the rotation degree in the Y direction for 3D charts. |
int |
isPerspective()
Gets or sets the perspective value for 3D charts. |
void |
isPerspective(int value)
Gets or sets the perspective value for 3D charts. |
void |
setDepth(int value)
Depth of points relative to width. |
void |
setXDegree(int value)
Gets or sets the rotation degree in the X direction for 3D charts. |
void |
setYDegree(int value)
Gets or sets the rotation degree in the Y direction for 3D charts. |
Constructor Detail |
---|
public ChartRotationThreeD(ViewIn3D elem)
Method Detail |
---|
public int getXDegree()
public void setXDegree(int value)
value
- public int getYDegree()
public void setYDegree(int value)
value
- public int isPerspective()
public void isPerspective(int value)
value
- public int getDepth()
public void setDepth(int value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |