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

Method setErrorType

qcustomplot.cpp:27307–27310  ·  view source on GitHub ↗

! 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. */

Source from the content-addressed store, hash-verified

27305 error dimensions, create two \ref QCPErrorBars with different \a type.
27306*/
27307void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected