MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / axisCount

Method axisCount

qcustomplot.cpp:16878–16881  ·  view source on GitHub ↗

! Returns the number of axes on the axis rect side specified with \a type. \see axis */

Source from the content-addressed store, hash-verified

16876 \see axis
16877*/
16878int QCPAxisRect::axisCount(QCPAxis::AxisType type) const
16879{
16880 return mAxes.value(type).size();
16881}
16882
16883/*!
16884 Returns the axis with the given \a index on the axis rect side specified with \a type.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected