! Sets the style for the lower axis ending. See the documentation of QCPLineEnding for available styles. For horizontal axes, this method refers to the left ending, for vertical axes the bottom ending. Note that this meaning does not change when the axis range is reversed with \ref setRangeReversed. \see setUpperEnding */
| 9086 | \see setUpperEnding |
| 9087 | */ |
| 9088 | void QCPAxis::setLowerEnding(const QCPLineEnding &ending) |
| 9089 | { |
| 9090 | mAxisPainter->lowerEnding = ending; |
| 9091 | } |
| 9092 | |
| 9093 | /*! |
| 9094 | Sets the style for the upper axis ending. See the documentation of QCPLineEnding for available |