In order to draw dashed line graphs you need jquery.flot.dashed.js i.e the dashed graph plugin.
  FlotSeries serie = new FlotSeries
  {
    label = "Sample Dashed Line Graph",
    data = graphData,
    dashes = new DashedLineGraph { show = true }                 // This will denote that you want a Dashed Line graph
  };