Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void Chart::setLegendPosition(const float pX, const float pY)
71
{
72
FG_THROW(fg_set_chart_legend_position(get(), pX, pY));
73
}
74
75
void Chart::add(const Image& pImage)
76
{
Callers
1
fg_set_chart_legend_position
Function · 0.45
Calls
1
fg_set_chart_legend_position
Function · 0.85
Tested by
no test coverage detected