CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

#3384 #VB and Charts Message #3550
From: Jon Fleming [Pinnacle] MS BASIC Forum · Visual Basic October 17, 1991 7:53 AM
Graphics Server will let you produce log/log and log/linear graphs and position text anywhere in a window but it is not as easy to use as the ChartBuilder control. There are certain Graphics Server functions that can not be called directly from VB (because they require arrays of strings) so…
#2456 VB and Charts Message #2737
From: Jon Fleming [Pinnacle] MS BASIC Forum · Visual Basic October 12, 1991 2:36 AM
If the ChartBuilder control is too limiting why not take the next step with the Graphics Server SDK, a separate product that is actually the "engine" behind ChartBuilder. It doesn't operate as a control but the functions can be called from within VB just like any other DLL. It has…