I have a mac application that i have created that measures bandwidth. I have setup alerts for the user when they have reached a certain percent of the bandwidth. I have options to disable the warning value (yellow bars) and the critical cells (red bars).
The issue is that when the user "turns off" the critical value both upload and download bars turn red (no matter what their position is).
What I am doing is "Off" sets the critical or warning values to 100% of the maxValue. This seems to work for turning off both critical and warning alerts (only green bars).
So my question is, is there a way to disable the critical values (red) and/or the warning values (yellow)?