! If scaling of the viewport background pixmap is enabled (\ref setBackgroundScaled), use this function to define whether and how the aspect ratio of the original pixmap is preserved. \see setBackground, setBackgroundScaled */
| 13489 | \see setBackground, setBackgroundScaled |
| 13490 | */ |
| 13491 | void QCustomPlot::setBackgroundScaledMode(Qt::AspectRatioMode mode) |
| 13492 | { |
| 13493 | mBackgroundScaledMode = mode; |
| 13494 | } |
| 13495 | |
| 13496 | /*! |
| 13497 | Returns the plottable with \a index. If the index is invalid, returns 0. |
nothing calls this directly
no outgoing calls
no test coverage detected