MCPcopy Create free account
hub / github.com/LUX-Core/lux / setAxes

Method setAxes

src/qt/qcustomplot.cpp:11912–11916  ·  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

11910 yAxis of the QCustomPlot.
11911*/
11912void QCPItemPosition::setAxes(QCPAxis *keyAxis, QCPAxis *valueAxis)
11913{
11914 mKeyAxis = keyAxis;
11915 mValueAxis = valueAxis;
11916}
11917
11918/*!
11919 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