2D plot component for basic plotting functionality. More...
Classes | |
class | cee::plt::AxisSettings |
Axis settings for an OverlayPlot object. More... | |
class | cee::plt::Curve |
A 2D data series for use in an OverlayPlot. More... | |
class | cee::plt::MarkerLine |
Settings for a marker line in an OverlayPlot object. More... | |
class | cee::plt::OverlayPlot |
Overlay item with basic 2D plotting. More... | |
class | cee::plt::Plot2dComponent |
Static class for initialization of the component. More... | |
2D plot component for basic plotting functionality.
The 2D Plot component contains the classes needed to show a 2D plot as an overlay item in the View and import/export both plot data and plot properties to VTFx file.
The main class to use is the OverlayPlot class.
See 2D plotting for more information.