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

Method setTickPen

qcustomplot/qcustomplot.cpp:8202–8205  ·  view source on GitHub ↗

! Sets the pen, tick marks will be drawn with. \see setTickLength, setBasePen */

Source from the content-addressed store, hash-verified

8200 \see setTickLength, setBasePen
8201*/
8202void QCPAxis::setTickPen(const QPen &pen)
8203{
8204 mTickPen = pen;
8205}
8206
8207/*!
8208 Sets the pen, subtick marks will be drawn with.

Callers 1

setupPlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected