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

Function dataRange

qcustomplot/qcustomplot.h:5069–5069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5067 QCPAxis *axis() const { return mColorAxis.data(); }
5068 QCPAxis::AxisType type() const { return mType; }
5069 QCPRange dataRange() const { return mDataRange; }
5070 QCPAxis::ScaleType dataScaleType() const { return mDataScaleType; }
5071 QCPColorGradient gradient() const { return mGradient; }
5072 QString label() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected