Class Surface3DChart

java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.Surface3DChart

public class Surface3DChart extends Chart
The Class Surface3DChart.
  • Constructor Details

    • Surface3DChart

      public Surface3DChart()
      Instantiates a new surface3 d chart.
  • Method Details

    • clone

      public Surface3DChart clone()
      Specified by:
      clone in class Chart
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public List<BandFormat> getBandFormats()
      Gets the band formats.
      Returns:
      the band formats
    • getSeries

      public List<SurfaceChartSerie> 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