! Sets the width of the drawn bracket. The width dimension is always parallel to the key axis of the data, or the tangent direction of the current data slope, if \ref setTangentToData is enabled. */
| 16463 | enabled. |
| 16464 | */ |
| 16465 | void QCPSelectionDecoratorBracket::setBracketWidth(int width) |
| 16466 | { |
| 16467 | mBracketWidth = width; |
| 16468 | } |
| 16469 | |
| 16470 | /*! |
| 16471 | Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis |
nothing calls this directly
no outgoing calls
no test coverage detected