Labels and values are two different things. In your example, label is "Service Tax" and value is "0". You likely want to hide both, which you can easily do by changing the Visible property of the whole control (assuming that label is displayed by AX, i.e. you didn't model the label as a separate text control).
You can run the code with any condition you like, such as whether the value != 0.