MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setValueAxis

Method setValueAxis

qcustomplot/qcustomplot.cpp:10816–10819  ·  view source on GitHub ↗

! 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

Source from the content-addressed store, hash-verified

10814 \see setKeyAxis
10815*/
10816void QCPAbstractPlottable::setValueAxis(QCPAxis *axis)
10817{
10818 mValueAxis = axis;
10819}
10820
10821
10822/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected