Interface SChart

  • All Known Implementing Classes:
    AbstractChartAdv, ChartImpl

    public interface SChart
    Represents a chart in a sheet.
    Since:
    3.5.0
    Author:
    dennis
    • Method Detail

      • setAnchor

        void setAnchor​(ViewAnchor anchor)
      • getXAxisTitle

        String getXAxisTitle()
      • getYAxisTitle

        String getYAxisTitle()
      • setTitle

        void setTitle​(String title)
      • setXAxisTitle

        void setXAxisTitle​(String xAxisTitle)
      • setYAxisTitle

        void setYAxisTitle​(String yAxisTitle)
      • isThreeD

        boolean isThreeD()
      • setThreeD

        void setThreeD​(boolean threeD)
      • addValueAxis

        void addValueAxis​(SChartAxis axis)
      • addCategoryAxis

        void addCategoryAxis​(SChartAxis axis)
      • addDateAxis

        void addDateAxis​(SChartAxis axis)
      • getRotX

        int getRotX()
      • setRotX

        void setRotX​(int rotX)
      • getRotY

        int getRotY()
      • setRotY

        void setRotY​(int rotY)
      • getPerspective

        int getPerspective()
      • setPerspective

        void setPerspective​(int perspective)
      • getHPercent

        int getHPercent()
      • setHPercent

        void setHPercent​(int percent)
      • getDepthPercent

        int getDepthPercent()
      • setDepthPercent

        void setDepthPercent​(int percent)
      • isRightAngleAxes

        boolean isRightAngleAxes()
      • setRightAngleAxes

        void setRightAngleAxes​(boolean b)
      • getBarOverlap

        int getBarOverlap()
      • setBarOverlap

        void setBarOverlap​(int overlap)
      • setPlotOnlyVisibleCells

        void setPlotOnlyVisibleCells​(boolean plotOnlyVisibleCells)
      • isPlotOnlyVisibleCells

        boolean isPlotOnlyVisibleCells()
      • setEmptyAsGaps

        void setEmptyAsGaps​(boolean emptyAsGaps)
      • isEmptyAsGaps

        boolean isEmptyAsGaps()
      • setSparkline

        void setSparkline​(boolean sparkline)
      • isSparkline

        boolean isSparkline()
      • setWinloseSpark

        void setWinloseSpark​(boolean winlose)
      • isWinloseSpark

        boolean isWinloseSpark()