Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_histogram_to_chart
Function · 0.80
fg_add_plot_to_chart
Function · 0.80
fg_add_surface_to_chart
Function · 0.80
fg_add_vector_field_to_chart
Function · 0.80
fg_get_chart_type
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected