Class SurfaceChart

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

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

    • SurfaceChart

      public SurfaceChart()
      Instantiates a new surface chart.
  • Method Details

    • clone

      public SurfaceChart 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
    • 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