MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setLabel

Method setLabel

3rdparty/qcustomplot/qcustomplot.cpp:8945–8952  ·  view source on GitHub ↗

! Sets the text of the axis label that will be shown below/above or next to the axis, depending on its orientation. To disable axis labels, pass an empty string as \a str. */

Source from the content-addressed store, hash-verified

8943 its orientation. To disable axis labels, pass an empty string as \a str.
8944*/
8945void QCPAxis::setLabel(const QString &str)
8946{
8947 if (mLabel != str)
8948 {
8949 mLabel = str;
8950 mCachedMarginValid = false;
8951 }
8952}
8953
8954/*!
8955 Sets the distance between the tick labels and the axis label.

Callers 2

setTypeMethod · 0.80
AeqPreviewPlotMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected