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

Method chartType

src/backend/common/chart.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 inline forge::ChartType chartType() const {
49 return mChartType;
50 }
51
52 inline const std::shared_ptr<detail::AbstractChart>& impl() const {
53 return mChart;

Callers 5

fg_add_plot_to_chartFunction · 0.80
fg_add_surface_to_chartFunction · 0.80
fg_get_chart_typeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected