15 #include "CeePlot2d/Base.h" 17 #include "CeeCore/Color3f.h" 18 #include "CeeCore/Str.h" 20 #include "CeeVisualization/Font.h" 36 void setValue(
double position);
38 bool drawLine()
const;
39 void setDrawLine(
bool drawMarkerLine);
42 void setColor(
const Color3f& color);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Class for storing an RGB color triplet.
Definition: Color3f.h:25
Settings for a marker line in an OverlayPlot object.
Definition: MarkerLine.h:30
Overlay item with basic 2D plotting.
Definition: OverlayPlot.h:38