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

Method addTick

qcustomplot/qcustomplot.cpp:6610–6613  ·  view source on GitHub ↗

! Adds a single tick to the axis at the given axis coordinate \a position, with the provided tick \a label. \see addTicks, setTicks, clear */

Source from the content-addressed store, hash-verified

6608 \see addTicks, setTicks, clear
6609*/
6610void QCPAxisTickerText::addTick(double position, const QString &label)
6611{
6612 mTicks.insert(position, label);
6613}
6614
6615/*! \overload
6616

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected