 | Pure XY or Passive XY offers a basic set a C++ classes
that implements the general concepts involved: Charts, axes, series,
labels etc |
 | Active XY extends the Pure XY offering direct manipulation
facilities. |
 | XY Plot is a C binding for dealing with simple graphs (with
only one chart) with preconfigured standard user-interaction. |
 | SXY or Simple XY is a C++ abstraction over the XY
functionalities (passive and active). |
 | SXY/Lua is a Lua binding for SXY, allowing applications to
use SXY classes in interpreted Lua environment. |
 | SXY/COM is a Microsoft COM framework over SXY. |