| 78 | } |
| 79 | |
| 80 | inline void setLegendPosition(const float pX, const float pY) { |
| 81 | mChart->setLegendPosition(pX, pY); |
| 82 | } |
| 83 | |
| 84 | inline void addRenderable(const std::shared_ptr<detail::AbstractRenderable> pRenderable) { |
| 85 | mChart->addRenderable(pRenderable); |
nothing calls this directly
no outgoing calls
no test coverage detected