! The value axis of a plottable can be set to any axis of a QCustomPlot, as long as it is orthogonal to the plottable's key axis. This function performs no checks to make sure this is the case. The typical mathematical choice is to use the x-axis (QCustomPlot::xAxis) as key axis and the y-axis (QCustomPlot::yAxis) as value axis. Normally, the key and value axes are set in the constructo
| 10814 | \see setKeyAxis |
| 10815 | */ |
| 10816 | void QCPAbstractPlottable::setValueAxis(QCPAxis *axis) |
| 10817 | { |
| 10818 | mValueAxis = axis; |
| 10819 | } |
| 10820 | |
| 10821 | |
| 10822 | /*! |
nothing calls this directly
no outgoing calls
no test coverage detected