Graph Library

Previous  Next

 

The Graph Extension Library contains functions to create graphs using the Graph ActiveX.  The functions are higher level functions that the direct access methods and properties making it easy to create and display data from MyBASIC2.

 

The Library can access existing Graph controls or create a new control in a window.

 

This library doesn't use the Set/Get monikers.  Instead it will return current value of each property allowing each function to act as both set and get.

 

Functions and Properties

 

Create and Close new controls
Attach and Detach from existing controls
Create Graphs with Titles
Legends
Axis
Cursors
Grids
Scaling
Elements/Curves
Units
HiLite Elements/Curves
Colors and Fonts

 

To use the library, include the following in your code

 

$INCLUDE "MyBASIC2_Graph"

$LIBRARY "MyBASIC2_GraphLib"