Class SurfaceChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.SurfaceChart
The Class SurfaceChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the band formats.longGets the first axis id.longGets the second axis id.Gets the series.booleanChecks if is wireframe.voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetWireframe(boolean wireframe)Sets the wireframe.toString()
-
Constructor Details
-
SurfaceChart
public SurfaceChart()Instantiates a new surface chart.
-
-
Method Details
-
clone
-
toString
-
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
-
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
-