! 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 */
| 14178 | \see axisRect, axisRects |
| 14179 | */ |
| 14180 | int QCustomPlot::axisRectCount() const |
| 14181 | { |
| 14182 | return axisRects().size(); |
| 14183 | } |
| 14184 | |
| 14185 | /*! |
| 14186 | Returns the axis rect with \a index. |
no test coverage detected