| 315 | BASIC_SHARED_D_READER_IMPL(ProcessBehaviorChart, int, labelsPrecision, labelsPrecision) |
| 316 | |
| 317 | QColor ProcessBehaviorChart::labelsFontColor() const { |
| 318 | Q_D(const ProcessBehaviorChart); |
| 319 | // using center label color |
| 320 | return d->centerLabel->fontColor(); |
| 321 | } |
| 322 | |
| 323 | QColor ProcessBehaviorChart::labelsBackgroundColor() const { |
| 324 | Q_D(const ProcessBehaviorChart); |