I'm affraid there is nothing like "best strip size" for VM-datastore. It all depends on usage scenario (many small files, or less big files? read/write ratio?, etc.). There are though some other values you should consider:
- disk sector-size: 512B, 4kB (can be variable for sas-drives)
- primary filesystem block size: for vmfs5 it is 1MB (with sub-block 8kB)
- secondary filesystem block size (that of VMs): depends on filesystem used (i.e. btrfs has default blocksize 16kB, ntfs 4kB, etc.)
- ssd erase-block size: this differs with vendors, mostly 4MB, but I have seen values between 1MB and 8MB
- cache-size of your raid-controller (can be anything between zero and a few GB)
If you do not have time for testing, just pick default value raid-controller offers. If that is what screenshot shows, I think it is quite good default choice and it makes sense to me (full strip-size equals to vmfs5 block-size, 1MB). It does not make sense to go under this value, but I would increase it if you store dominantly large files...