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

Method setScatterStyle

qcustomplot/qcustomplot.cpp:10378–10382  ·  view source on GitHub ↗

! Sets the scatter style that will be used by the parent plottable to draw scatters in selected data segments. \a usedProperties specifies which parts of the passed \a scatterStyle will be used by the plottable. The used properties can also be changed via \ref setUsedScatterProperties. */

Source from the content-addressed store, hash-verified

10376 plottable. The used properties can also be changed via \ref setUsedScatterProperties.
10377*/
10378void QCPSelectionDecorator::setScatterStyle(const QCPScatterStyle &scatterStyle, QCPScatterStyle::ScatterProperties usedProperties)
10379{
10380 mScatterStyle = scatterStyle;
10381 setUsedScatterProperties(usedProperties);
10382}
10383
10384/*!
10385 Use this method to define which properties of the scatter style (set via \ref setScatterStyle)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected