inherits documentation from base class */
| 20283 | |
| 20284 | /* inherits documentation from base class */ |
| 20285 | QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const |
| 20286 | { |
| 20287 | return mDataContainer->keyRange(foundRange, inSignDomain); |
| 20288 | } |
| 20289 | |
| 20290 | /* inherits documentation from base class */ |
| 20291 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
no test coverage detected