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

Method getAxesLimits

src/api/cpp/chart.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Chart::getAxesLimits(float* pXmin, float* pXmax,
64 float* pYmin, float* pYmax,
65 float* pZmin, float* pZmax)
66{
67 FG_THROW(fg_get_chart_axes_limits(pXmin, pXmax, pYmin, pYmax, pZmin, pZmax, get()));
68}
69
70void Chart::setLegendPosition(const float pX, const float pY)
71{

Callers 1

fg_get_chart_axes_limitsFunction · 0.45

Calls 1

fg_get_chart_axes_limitsFunction · 0.85

Tested by

no test coverage detected