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

Method setLegend

src/api/cpp/histogram.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Histogram::setLegend(const char* pLegend)
61{
62 FG_THROW(fg_set_histogram_legend(get(), pLegend));
63}
64
65unsigned Histogram::vertices() const
66{

Callers

nothing calls this directly

Calls 1

fg_set_histogram_legendFunction · 0.85

Tested by

no test coverage detected