! Sets the style for the upper axis ending. See the documentation of QCPLineEnding for available styles. For horizontal axes, this method refers to the right ending, for vertical axes the top ending. Note that this meaning does not change when the axis range is reversed with \ref setRangeReversed. \see setLowerEnding */
| 9101 | \see setLowerEnding |
| 9102 | */ |
| 9103 | void QCPAxis::setUpperEnding(const QCPLineEnding &ending) |
| 9104 | { |
| 9105 | mAxisPainter->upperEnding = ending; |
| 9106 | } |
| 9107 | |
| 9108 | /*! |
| 9109 | If the scale type (\ref setScaleType) is \ref stLinear, \a diff is added to the lower and upper |