Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setLegend
Method
setLegend
src/backend/common/chart_common.hpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
inline void setLegend(const char* pLegend) {
47
mShrdPtr->setLegend(pLegend);
48
}
49
50
inline unsigned vbo() const {
51
return mShrdPtr->vbo();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected