! Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis of the data, or the tangent direction of the current data slope, if \ref setTangentToData is enabled. */
| 16473 | enabled. |
| 16474 | */ |
| 16475 | void QCPSelectionDecoratorBracket::setBracketHeight(int height) |
| 16476 | { |
| 16477 | mBracketHeight = height; |
| 16478 | } |
| 16479 | |
| 16480 | /*! |
| 16481 | Sets the shape that the bracket/marker will have. |
nothing calls this directly
no outgoing calls
no test coverage detected