! Returns the number of axes on the axis rect side specified with \a type. \see axis */
| 16876 | \see axis |
| 16877 | */ |
| 16878 | int 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. |