! Sets the coordinates of this QCPItemPosition. What the coordinates mean, is defined by the type (\ref setType, \ref setTypeX, \ref setTypeY). For example, if the type is \ref ptAbsolute, \a key and \a value mean the x and y pixel position on the QCustomPlot surface. In that case the origin (0, 0) is in the top left corner of the QCustomPlot viewport. If the type is \ref ptPlotCoords
| 12516 | \see setPixelPosition |
| 12517 | */ |
| 12518 | void QCPItemPosition::setCoords(double key, double value) |
| 12519 | { |
| 12520 | mKey = key; |
| 12521 | mValue = value; |
| 12522 | } |
| 12523 | |
| 12524 | /*! \overload |
| 12525 |
no outgoing calls
no test coverage detected