inherits documentation from base class */
| 20338 | |
| 20339 | /* inherits documentation from base class */ |
| 20340 | QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const |
| 20341 | { |
| 20342 | return mDataContainer->keyRange(foundRange, inSignDomain); |
| 20343 | } |
| 20344 | |
| 20345 | /* inherits documentation from base class */ |
| 20346 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
no test coverage detected