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

Method axisRectCount

qcustomplot.cpp:14191–14194  ·  view source on GitHub ↗

! 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 */

Source from the content-addressed store, hash-verified

14189 \see axisRect, axisRects
14190*/
14191int QCustomPlot::axisRectCount() const
14192{
14193 return axisRects().size();
14194}
14195
14196/*!
14197 Returns the axis rect with \a index.

Callers 2

addAxisMethod · 0.80
layoutChangedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected