inherits documentation from base class */
| 21093 | |
| 21094 | /* inherits documentation from base class */ |
| 21095 | QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const |
| 21096 | { |
| 21097 | return mDataContainer->keyRange(foundRange, inSignDomain); |
| 21098 | } |
| 21099 | |
| 21100 | /* inherits documentation from base class */ |
| 21101 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
no test coverage detected