! When \ref setType is \ref ptAxisRectRatio, this function may be used to specify the axis rect the coordinates set with \ref setCoords relate to. By default this is set to the main axis rect of the QCustomPlot. */
| 12649 | the QCustomPlot. |
| 12650 | */ |
| 12651 | void QCPItemPosition::setAxisRect(QCPAxisRect *axisRect) |
| 12652 | { |
| 12653 | mAxisRect = axisRect; |
| 12654 | } |
| 12655 | |
| 12656 | /*! |
| 12657 | Sets the apparent pixel position. This works no matter what type (\ref setType) this |