Showing legend precision

Hi i want to show my legend from 0 to 0.0001 with showing digits after decimal place and no zeros after the 0 at the bottom of the legend. But if i choose a range label format it is applying that to both the bottom and top ranges and i am getting a 0.0000 at the bottom. How can i remove the decimal and the extra zeros at the bottom?

I want to remove the zeros and the decimal at the bottom zero but could not find a way to fix this at all. any help is greatly appreciated. Attached is the picture.

The Range Label Format that controls how these values are printed uses C string formatting conventions. Unfortunately, I’m not aware of a formatting string will show 0.0001 and 0 as you desire.