chartrotationthreed-ag凯发旗舰厅



com.spire.presentation.charts.entity
class chartrotationthreed

java.lang.object
  extended by com.spire.presentation.charts.entity.chartrotationthreed

public class chartrotationthreed
extends java.lang.object

represents 3d rotation of a chart.


constructor summary
chartrotationthreed( 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

chartrotationthreed

public chartrotationthreed( elem)
method detail

getxdegree

public int getxdegree()
gets or sets the rotation degree in the x direction for 3d charts. read/write .
returns:

setxdegree

public void setxdegree(int value)
gets or sets the rotation degree in the x direction for 3d charts. read/write .
parameters:
value -

getydegree

public int getydegree()
gets or sets the rotation degree in the y direction for 3d charts. read/write .
returns:

setydegree

public void setydegree(int value)
gets or sets the rotation degree in the y direction for 3d charts. read/write .
parameters:
value -

isperspective

public int isperspective()
gets or sets the perspective value for 3d charts. read/write .
returns:

isperspective

public void isperspective(int value)
gets or sets the perspective value for 3d charts.
parameters:
value -

getdepth

public int getdepth()
depth of points relative to width. read/write .
returns:

setdepth

public void setdepth(int value)
depth of points relative to width. read/write .
parameters:
value -


网站地图