Oddly, it doesn't look like you can specify it at runtime. You'll have to save the handle, and apply LineStyle afterward.
h = histfit(data);
h(2).LineStyle = ':';
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!