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

Function fg_release_chart

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

Source from the content-addressed store, hash-verified

51}
52
53fg_err fg_release_chart(fg_chart pChart)
54{
55 try {
56 ARG_ASSERT(0, (pChart!=0));
57
58 delete getChart(pChart);
59 }
60 CATCHALL
61
62 return FG_ERR_NONE;
63}
64
65fg_err fg_set_chart_axes_titles(fg_chart pChart,
66 const char* pX,

Callers 1

~ChartMethod · 0.85

Calls 1

getChartFunction · 0.85

Tested by

no test coverage detected