Graph control recomendations
I am looking for some graph control recomendations. Currently I am using Graphics Server 6.1. The files that need to be distributed with my program so that I can use graphics server are bigger than the program itself.
I only need 2d graphing capabilities of a scientific nature. It should support log-log and semi-log plots as well as the ability to disply different data sets on the same graph. It also needs to be lightweight. It should also cost a lot less than graphics server.
Any recommendations are welcomed. Thanks.
Re: Graph control recomendations
Moved to General Developer
Re: Graph control recomendations
Re: Graph control recomendations
It's pretty simple to write your own.
Woka has one in the VB6 codebank
Also how about the MSChart control?
Re: Graph control recomendations
Quote:
Originally Posted by moeur
It's pretty simple to write your own.
Woka has one in the VB6 codebank
Also how about the MSChart control?
I would tend to agree, but I don't have the time. Also a purchased component is usually bug tested a little better.