! 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 */
| 14882 | \see axisRect, axisRects |
| 14883 | */ |
| 14884 | int QCustomPlot::axisRectCount() const |
| 14885 | { |
| 14886 | return axisRects().size(); |
| 14887 | } |
| 14888 | |
| 14889 | /*! |
| 14890 | Returns the axis rect with \a index. |
no test coverage detected