! Returns the number of axis rects in the plot. All axis rects can be accessed via QCustomPlot::axisRect(). Initially, only one axis rect exists in the plot. \see axisRect, axisRects */
| 14189 | \see axisRect, axisRects |
| 14190 | */ |
| 14191 | int QCustomPlot::axisRectCount() const |
| 14192 | { |
| 14193 | return axisRects().size(); |
| 14194 | } |
| 14195 | |
| 14196 | /*! |
| 14197 | Returns the axis rect with \a index. |
no test coverage detected