MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setLineStyle

Method setLineStyle

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 5

updateDetailsWindowMethod · 0.80
createGraphMethod · 0.80
createGraphMethod · 0.80
createGraphMethod · 0.80
generateGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected