! When \ref setType is \ref ptPlotCoords, this function may be used to specify the axes the coordinates set with \ref setCoords relate to. By default they are set to the initial xAxis and yAxis of the QCustomPlot. */
| 12638 | yAxis of the QCustomPlot. |
| 12639 | */ |
| 12640 | void QCPItemPosition::setAxes(QCPAxis *keyAxis, QCPAxis *valueAxis) |
| 12641 | { |
| 12642 | mKeyAxis = keyAxis; |
| 12643 | mValueAxis = valueAxis; |
| 12644 | } |
| 12645 | |
| 12646 | /*! |
| 12647 | When \ref setType is \ref ptAxisRectRatio, this function may be used to specify the axis rect the |
no outgoing calls
no test coverage detected