The VI 'FFT Spectrum (Mag-Phase).vi' will do the conversion for you correctly (following the formula given by Oleg), but only if you are providing the correct information about your sample rate, through the dt value (dt = 1 / Fsampling). If you only input your data array to the VI, it will "assume" you are sampling at 1 Hz, that is dt = 1.0 and your df will not be what you expect. So make sure you are using a Waveform Data Type, not a simple array. Use the Build Waveform primitive (located in your Waveform palette) to build a waveform with the correct dt value.