Package Fairness.Graphing

Interface Summary
NamedXYSeries NamedXYSeries extends the XYSeries interface to denote a data series that has a name.
 

Class Summary
Graph Graph represents a graphical plot of 1 to 4 data series.
GraphBounds GraphBounds provides a rectangular bounded region over the data in the Graph's series.
Legend Legend provides a Displayable legend that is drawn on the bottom of another Displayable (such as a Graph).
LegendItem LegendItem draws a single piece of a graph's legend by drawing a dot with a label.
NamedListXYSeries NamedListXYSeries extends a ListXYSeries to have a name.