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

Method setLegendPosition

src/backend/opengl/chart_impl.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void AbstractChart::setLegendPosition(const float pX, const float pY)
230{
231 mLegendX = pX;
232 mLegendY = pY;
233}
234
235float AbstractChart::xmax() const { return mXMax; }
236float AbstractChart::xmin() const { return mXMin; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected