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

Method setAxisRect

qcustomplot/qcustomplot.cpp:11934–11937  ·  view source on GitHub ↗

! When \ref setType is \ref ptAxisRectRatio, this function may be used to specify the axis rect the coordinates set with \ref setCoords relate to. By default this is set to the main axis rect of the QCustomPlot. */

Source from the content-addressed store, hash-verified

11932 the QCustomPlot.
11933*/
11934void QCPItemPosition::setAxisRect(QCPAxisRect *axisRect)
11935{
11936 mAxisRect = axisRect;
11937}
11938
11939/*!
11940 Sets the apparent pixel position. This works no matter what type (\ref setType) this

Callers 1

createPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected