MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setAxes

Method setAxes

3rdparty/qcustomplot/qcustomplot.cpp:12640–12644  ·  view source on GitHub ↗

! 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. */

Source from the content-addressed store, hash-verified

12638 yAxis of the QCustomPlot.
12639*/
12640void 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

Callers 2

createPositionMethod · 0.80
setGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected