! 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. */
| 10376 | plottable. The used properties can also be changed via \ref setUsedScatterProperties. |
| 10377 | */ |
| 10378 | void 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) |
nothing calls this directly
no outgoing calls
no test coverage detected