| 251 | } |
| 252 | |
| 253 | void DataValueAttributes::setShowOverlappingDataLabels(bool showOverlappingDataLabels) |
| 254 | { |
| 255 | d->showOverlappingDataLabels = showOverlappingDataLabels; |
| 256 | } |
| 257 | |
| 258 | void DataValueAttributes::setPowerOfTenDivisor(int powerOfTenDivisor) |
| 259 | { |
no outgoing calls
no test coverage detected