Fast Graphs WITHOUT an ActiveX / OCX Control

Many business applications need graph functions, but almost all third party graph packages out there are heavy .OCX files which can easily get bigger than one megabyte. This was the reason why I developed the included code which draws a graph.

Advantages:

– Size less than 10kb

– FAST. The graph function has no OCX overhead and no DLL calls

– The source code is included so you can customize the code as you want

The only type of graph supported is line-2d. This mode should be enough for analysis programs, monitoring programs. I suggest you take a look at frmMain_Load to learn how to use the routines. Also, I supplied the sub "CreateNewGraphStandard" where you can also see how to set the important fields.

If you have any comments, bug reports, questions, problems or feedback feel free to email me at felix@tiberiumsun.com!

This code was written for the Codeguru.com VB contest. This code may be used free, but I would be happy if you could drop me a line if you like it and if you use it 🙂

Download Source

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read