Never mind, I figured it out. Anyway, if I am interpretting your data correctly, you CDF look right. You CDF is the area under the PDF from -infinity to X, therefore the graph will start at 0 and approach 1 (or 100%). The CDF tells you what percentage of parts will fall out by a certain leakage current (your measurement criteria).
Perhaps, you would be more comfortable using a Survival plot.
Survival = 1- CDF
This will allow you to predict the amount of devices that will survive up to a leakage current (your measurement criteria).
Remember, all of this assumes that your data is normally distributed! You should also try to rerun your calcs based on a Weibull distribution (Weibull is a non-normal distribution). The only caveat is that Excel requires you to supply the alpha and beta values for the Weibull distribution, but cannot easily determine them using your data. Although the math is a bit tricky, you can certainly calculate them yourself (using Excel). Just do a websearch on the Weibull distribution, funciton, etc. and make your own worksheet to calculate the alpha and beta.
I hope that this helps / makes sense!