! Sets in which orientation the error bars shall appear on the data points. If your data needs both error dimensions, create two \ref QCPErrorBars with different \a type. */
| 27305 | error dimensions, create two \ref QCPErrorBars with different \a type. |
| 27306 | */ |
| 27307 | void QCPErrorBars::setErrorType(ErrorType type) |
| 27308 | { |
| 27309 | mErrorType = type; |
| 27310 | } |
| 27311 | |
| 27312 | /*! |
| 27313 | Sets the width of the whiskers (the short bars at the end of the actual error bar backbones) to |
nothing calls this directly
no outgoing calls
no test coverage detected