Interface IScale

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAuto()
      Checks if Chart will be scaled automatically
      boolean isCategory()
      Gets if scale is by category, meanwhile all scale attributes are invalid
      void setAuto()
      Sets if Chart will be scaled automatically, i.e.
      void setCategory​(boolean category)
      Sets if scale is by category, meanwhile all scale attributes are invalid
    • Method Detail

      • isAuto

        boolean isAuto()
        Checks if Chart will be scaled automatically
        Returns:
        auto scale or not
      • setAuto

        void setAuto()
        Sets if Chart will be scaled automatically, i.e. unset step size and number of steps
      • isCategory

        boolean isCategory()
        Gets if scale is by category, meanwhile all scale attributes are invalid
        Returns:
        by category or not
      • setCategory

        void setCategory​(boolean category)
        Sets if scale is by category, meanwhile all scale attributes are invalid
        Parameters:
        category - category or not