| 955 | int dataPointCount() const; |
| 956 | QCPDataRange dataRange(int index=0) const; |
| 957 | QList<QCPDataRange> dataRanges() const { return mDataRanges; } |
| 958 | QCPDataRange span() const; |
| 959 | |
| 960 | // non-property methods: |
nothing calls this directly
no outgoing calls
no test coverage detected