[JInput] How to find when stick is released.

I have problem to check when stick in my gamepad (XBox) is released.
With buttons when I press the first I get pollData = 1.0 and after releasing it I get pollData = 0.0.

With analog sticks I don’t have such event like pollData = 0.0

Thanks in advance in help!