MCPcopy Create free account
hub / github.com/arrayfire/forge / setLegendPosition

Method setLegendPosition

src/backend/common/chart.hpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected