MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setLineStyle

Method setLineStyle

qcustomplot/qcustomplot.cpp:20170–20173  ·  view source on GitHub ↗

! 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 */

Source from the content-addressed store, hash-verified

20168 \see setScatterStyle
20169*/
20170void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected