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

Method getChartType

src/api/cpp/chart.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151ChartType Chart::getChartType() const
152{
153 fg_chart_type retVal = (fg_chart_type)0;
154 FG_THROW(fg_get_chart_type(&retVal, get()));
155 return retVal;
156}
157
158}

Callers

nothing calls this directly

Calls 1

fg_get_chart_typeFunction · 0.85

Tested by

no test coverage detected