| 379 | BASIC_SHARED_D_READER_IMPL(BoxPlot, bool, jitteringEnabled, jitteringEnabled) |
| 380 | |
| 381 | Symbol* BoxPlot::symbolData() const { |
| 382 | Q_D(const BoxPlot); |
| 383 | return d->symbolData; |
| 384 | } |
| 385 | |
| 386 | Symbol* BoxPlot::symbolWhiskerEnd() const { |
| 387 | Q_D(const BoxPlot); |
no outgoing calls
no test coverage detected