! Sets how the single data points are connected in the plot. For scatter-only plots, set \a ls to \ref lsNone and \ref setScatterStyle to the desired scatter style. \see setScatterStyle */
| 20168 | \see setScatterStyle |
| 20169 | */ |
| 20170 | void QCPGraph::setLineStyle(LineStyle ls) |
| 20171 | { |
| 20172 | mLineStyle = ls; |
| 20173 | } |
| 20174 | |
| 20175 | /*! |
| 20176 | Sets the visual appearance of single data points in the plot. If set to \ref QCPScatterStyle::ssNone, no scatter points |
no outgoing calls
no test coverage detected