wxPlot 1.8
Real time plot library for wxWidgets
Loading...
Searching...
No Matches
plotfigures.hpp
1#pragma once
2
9typedef enum {
10 WXPLOT_FIGURE_2D
11
12 // Add more figure types here as needed
13} WXPLOT_FIGURE;