Interface SChartAxis

    • Method Detail

      • getId

        long getId()
      • getMax

        java.lang.Double getMax()
        Returns the maximum value on this axis.
      • setMax

        void setMax​(java.lang.Double max)
      • getMin

        java.lang.Double getMin()
        Returns the minimum value on this axis.
      • setMin

        void setMin​(java.lang.Double min)
      • getFormat

        java.lang.String getFormat()
        Returns the tick label in excel format; null if no such info.
      • setFormat

        void setFormat​(java.lang.String format)