
 |
SXY is a set of C++ classes that allows programmers to
compose multi-chart / multi-axes graphs without dealing with several XY low
level drawing elements such as texts, arrows, decorators, masks, series,
grids etc. Moreover, it offers a simple concept: the task, which can
be the basis to interactive active charts with no need to use active XY.
As a light library, SXY offers a complete set of
functionalities for the most important cases in a single library. For
example:
 |
the curve concept deals with multiple masks and
series automatically, allowing multiple views of the same data. |
 |
the predefined series for data interpolation offers a way
to simply turns on/off an approximation curve such as: linear
interpolation, parabolic fitting etc |
 |
the predefined set of most used tasks such as: curve
editing, object translation, color adjusting etc needs only to be
instantiated inside the application |
 |
the simple graph offers a simpler API for the most
important graph case: a single XY bidimensional chart. |
 |
the simple curve offers a simpler API for the most curve
case: a single series data. And its direct subclass simple array curve
allows the developer to deal with the series just like an array. |
|