Interface MutableHighLowChartActivity

    • Method Detail

      • setLow

        void setLow​(double low)
        Sets the low value of the activity.
        Parameters:
        low - the new low value
        Since:
        1.0
      • setHigh

        void setHigh​(double high)
        Sets the high value of the activity.
        Parameters:
        high - the new high value
        Since:
        1.0