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

Method setAxesTitles

src/api/cpp/chart.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Chart::setAxesTitles(const char* pX,
45 const char* pY,
46 const char* pZ)
47{
48 FG_THROW(fg_set_chart_axes_titles(get(), pX, pY, pZ));
49}
50
51void Chart::setAxesLimits(const float pXmin, const float pXmax,
52 const float pYmin, const float pYmax,

Callers 9

fg_set_chart_axes_titlesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_set_chart_axes_titlesFunction · 0.85

Tested by

no test coverage detected