Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 420 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 420 Bytes

Graphing

a library to draw graphs in C#

they primary class in this library is the GraphDrawer class that can draw graphs on a given Graphics instance this should allow a graph to be drawn on System.Windows.Forms controls, images, and printer pages the way a graph looks is fairly customizable. lines are drawn on the graph by added objects that implement the IGraphLine interface to GraphDrawer.GraphLines.