Class Surface3DChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.Surface3DChart
The Class Surface3DChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the band formats.Gets the extension list (c:extLst).longGets the first axis id.longGets the second axis id.Gets the series.longGets the third axis id.booleanChecks if is wireframe.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetThirdAxisID(long thirdAxisID)Sets the third axis id.voidsetWireframe(boolean wireframe)Sets the wireframe.toString()
-
Constructor Details
-
Surface3DChart
public Surface3DChart()Instantiates a new surface3 d chart.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the extension list (c:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (c:extLst).- Parameters:
extensionList- the new extension list
-
getFirstAxisID
public long getFirstAxisID()Gets the first axis id.- Returns:
- the first axis id
-
setFirstAxisID
public void setFirstAxisID(long firstAxisID)Sets the first axis id.- Parameters:
firstAxisID- the new first axis id
-
getSecondAxisID
public long getSecondAxisID()Gets the second axis id.- Returns:
- the second axis id
-
setSecondAxisID
public void setSecondAxisID(long secondAxisID)Sets the second axis id.- Parameters:
secondAxisID- the new second axis id
-
getThirdAxisID
public long getThirdAxisID()Gets the third axis id.- Returns:
- the third axis id
-
setThirdAxisID
public void setThirdAxisID(long thirdAxisID)Sets the third axis id.- Parameters:
thirdAxisID- the new third axis id
-
getBandFormats
Gets the band formats.- Returns:
- the band formats
-
getSeries
Gets the series.- Returns:
- the series
-
isWireframe
public boolean isWireframe()Checks if is wireframe.- Returns:
- true, if is wireframe
-
setWireframe
public void setWireframe(boolean wireframe)Sets the wireframe.- Parameters:
wireframe- the new wireframe
-