Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ CVPLOT_LIBRARY_INTERFACE
Class
CVPLOT_LIBRARY_INTERFACE
CvPlot/inc/CvPlot/drawables/YLabel.h:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
namespace CvPlot {
14
15
class CVPLOT_LIBRARY_INTERFACE YLabel : public Drawable {
16
public:
17
YLabel(const std::string &label=
""
, YAxis* yAxis=nullptr);
18
~YLabel();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected