| 1104 | } |
| 1105 | |
| 1106 | int CartesianAxis::tickLength(bool subUnitTicks) const |
| 1107 | { |
| 1108 | const RulerAttributes &rulerAttr = rulerAttributes(); |
| 1109 | return subUnitTicks ? rulerAttr.minorTickMarkLength() : rulerAttr.majorTickMarkLength(); |
| 1110 | } |
| 1111 | |
| 1112 | QMultiMap<qreal, QString> CartesianAxis::annotations() const |
| 1113 | { |
no test coverage detected