Interface SChartAxis

    • Method Detail

      • getId

        long getId()
      • getMax

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

        void setMax​(Double max)
      • getMin

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

        void setMin​(Double min)
      • getFormat

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

        void setFormat​(String format)