Interface IsLinearAxis

    • Method Detail

      • setBeginAtZero

        default void setBeginAtZero​(boolean beginAtZero)
        If true, scale will include 0 if it is not already included.
        Parameters:
        beginAtZero - if true, scale will include 0 if it is not already included.
      • isBeginAtZero

        default boolean isBeginAtZero()
        If true, scale will include 0 if it is not already included.
        Returns:
        if true, scale will include 0 if it is not already included.