! Sets whether the brackets will be rotated such that they align with the slope of the data at the position that they appear in. For noisy data, it might be more visually appealing to average the slope over multiple data points. This can be configured via \ref setTangentAverage. */
| 16495 | points. This can be configured via \ref setTangentAverage. |
| 16496 | */ |
| 16497 | void QCPSelectionDecoratorBracket::setTangentToData(bool enabled) |
| 16498 | { |
| 16499 | mTangentToData = enabled; |
| 16500 | } |
| 16501 | |
| 16502 | /*! |
| 16503 | Controls over how many data points the slope shall be averaged, when brackets shall be aligned |
nothing calls this directly
no outgoing calls
no test coverage detected