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

Method setAxesLabelFormat

src/api/cpp/chart.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Chart::setAxesLabelFormat(const char* pXFormat, const char* pYFormat, const char* pZFormat)
59{
60 FG_THROW(fg_set_chart_label_format(get(), pXFormat, pYFormat, pZFormat));
61}
62
63void Chart::getAxesLimits(float* pXmin, float* pXmax,
64 float* pYmin, float* pYmax,

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

Tested by

no test coverage detected