Up Paradigm Classes Tutorial Source Code Credits

 

Basic Classes

The basic classes are:
bulletXYObject is the pure abstract class on the top of XY hierarchy and contains common attributes and methods to all classes;
bulletXYGraph representes the place where titles, axes, curves and legend can be draw;
bulletXYText is responsible for the texts (used in labels, titles, legends etc);
bulletXYAxis represents an axis;
bulletXYMask is the abstract class that is responsible for the visual representation of a data set (lines, marks, bars etc);
bulletXYSeries is the abstract class for representing the data sets (arrays, lists, iterators etc);
bulletXYLegend is the legend makes;
bulletXYMarker defines a marker of region in the graph;
bulletXYPosition that the absolute position of an object or the relative one to another object indicates. 

 

 

.