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

Method setLegendPosition

src/api/cpp/chart.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Chart::setLegendPosition(const float pX, const float pY)
71{
72 FG_THROW(fg_set_chart_legend_position(get(), pX, pY));
73}
74
75void Chart::add(const Image& pImage)
76{

Callers 1

Calls 1

Tested by

no test coverage detected